Translation components API.

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

GET /api/translations/hadith-collection/english/ur/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:30.800776Z",
    "recent_changes": 0,
    "translated": 329,
    "translated_words": 1434,
    "translated_percent": 99.3,
    "translated_words_percent": 99.7,
    "translated_chars": 8784,
    "translated_chars_percent": 99.6,
    "fuzzy": 2,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 28,
    "fuzzy_chars_percent": 0.3,
    "failing": 11,
    "failing_percent": 3.3,
    "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": 1,
    "comments": 0,
    "code": "ur",
    "name": "Urdu",
    "url": "http://translate.gtaf.org/projects/hadith-collection/english/ur/",
    "translate_url": "http://translate.gtaf.org/translate/hadith-collection/english/ur/"
}