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": 788,
    "total_words": 3022,
    "total_chars": 18233,
    "last_change": "2025-12-03T04:30:24.912239Z",
    "recent_changes": 0,
    "translated": 18,
    "translated_words": 62,
    "translated_percent": 2.2,
    "translated_words_percent": 2.0,
    "translated_chars": 359,
    "translated_chars_percent": 1.9,
    "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/"
}