Translation components API.

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

GET /api/translations/sadiq/strings/hi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 715,
    "total_words": 2656,
    "total_chars": 16166,
    "last_change": "2025-07-26T08:23:57.981569Z",
    "recent_changes": 0,
    "translated": 18,
    "translated_words": 62,
    "translated_percent": 2.5,
    "translated_words_percent": 2.3,
    "translated_chars": 359,
    "translated_chars_percent": 2.2,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 6,
    "fuzzy_chars_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.5,
    "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": "hi",
    "name": "Hindi",
    "url": "http://translate.gtaf.org/projects/sadiq/strings/hi/",
    "translate_url": "http://translate.gtaf.org/translate/sadiq/strings/hi/"
}