Translation components API.

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

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

{
    "total": 95,
    "total_words": 630,
    "total_chars": 4173,
    "last_change": "2024-02-27T05:51:24.225694Z",
    "recent_changes": 94,
    "translated": 91,
    "translated_words": 587,
    "translated_percent": 95.7,
    "translated_words_percent": 93.1,
    "translated_chars": 3912,
    "translated_chars_percent": 93.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 1.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ky",
    "name": "Kyrgyz",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/author/ky/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/author/ky/"
}