Translation components API.

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

GET /api/translations/hadith-collection/english/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 331,
    "total_words": 1438,
    "total_chars": 8812,
    "last_change": "2026-02-16T08:09:29.685436Z",
    "recent_changes": 0,
    "translated": 266,
    "translated_words": 1085,
    "translated_percent": 80.3,
    "translated_words_percent": 75.4,
    "translated_chars": 6610,
    "translated_chars_percent": 75.0,
    "fuzzy": 5,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 138,
    "fuzzy_chars_percent": 1.5,
    "failing": 2,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "http://translate.gtaf.org/projects/hadith-collection/english/id/",
    "translate_url": "http://translate.gtaf.org/translate/hadith-collection/english/id/"
}