Translation components API.

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

GET /api/translations/sadiq/strings/vi/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-23T11:53:38.494772Z",
    "recent_changes": 0,
    "translated": 291,
    "translated_words": 1380,
    "translated_percent": 40.6,
    "translated_words_percent": 51.9,
    "translated_chars": 8159,
    "translated_chars_percent": 50.4,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 33,
    "fuzzy_chars_percent": 0.2,
    "failing": 36,
    "failing_percent": 5.0,
    "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": "vi",
    "name": "Vietnamese",
    "url": "http://translate.gtaf.org/projects/sadiq/strings/vi/",
    "translate_url": "http://translate.gtaf.org/translate/sadiq/strings/vi/"
}