Translation components API.

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

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

{
    "total": 63,
    "total_words": 2293,
    "total_chars": 18477,
    "last_change": "2024-01-22T05:39:08.440000Z",
    "recent_changes": 2,
    "translated": 4,
    "translated_words": 12,
    "translated_percent": 6.3,
    "translated_words_percent": 0.5,
    "translated_chars": 104,
    "translated_chars_percent": 0.5,
    "fuzzy": 23,
    "fuzzy_percent": 36.5,
    "failing": 11,
    "failing_percent": 17.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "uz_Latn",
    "name": "Uzbek (latin)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/emails/uz_Latn/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/emails/uz_Latn/"
}