Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/ojs/locale/kk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 641,
    "total_words": 4878,
    "total_chars": 35596,
    "last_change": "2025-02-28T22:53:12.635239Z",
    "recent_changes": 2,
    "translated": 630,
    "translated_words": 4335,
    "translated_percent": 98.2,
    "translated_words_percent": 88.8,
    "translated_chars": 30787,
    "translated_chars_percent": 86.4,
    "fuzzy": 6,
    "fuzzy_percent": 0.9,
    "failing": 20,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "kk",
    "name": "Kazakh",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/locale/kk/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/locale/kk/"
}