Translation components API.

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

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

{
    "total": 706,
    "total_words": 2962,
    "total_chars": 19116,
    "last_change": "2023-11-17T20:35:58.417286Z",
    "recent_changes": 1,
    "translated": 460,
    "translated_words": 1342,
    "translated_percent": 65.1,
    "translated_words_percent": 45.3,
    "translated_chars": 8829,
    "translated_chars_percent": 46.1,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 28,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sr_Latn",
    "name": "Serbian (latin)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/common/sr_Latn/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/common/sr_Latn/"
}