Translation components API.

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

GET /api/translations/pkp-lib/editor/uz_Latn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 183,
    "total_words": 1200,
    "total_chars": 7271,
    "last_change": "2023-02-28T23:31:48.345898Z",
    "recent_changes": 1,
    "translated": 182,
    "translated_words": 1196,
    "translated_percent": 99.4,
    "translated_words_percent": 99.6,
    "translated_chars": 7245,
    "translated_chars_percent": 99.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "uz_Latn",
    "name": "Uzbek (latin)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/editor/uz_Latn/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/editor/uz_Latn/"
}