Translation components API.

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

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

{
    "total": 417,
    "total_words": 3677,
    "total_chars": 23749,
    "last_change": "2024-02-13T19:34:26.170940Z",
    "recent_changes": 1,
    "translated": 90,
    "translated_words": 376,
    "translated_percent": 21.5,
    "translated_words_percent": 10.2,
    "translated_chars": 2370,
    "translated_chars_percent": 9.9,
    "fuzzy": 5,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 185,
    "fuzzy_chars_percent": 0.7,
    "failing": 0,
    "failing_percent": 0.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": "ka",
    "name": "Georgian",
    "url": "https://translate.fedoraproject.org/projects/abrt/abrt/ka/",
    "translate_url": "https://translate.fedoraproject.org/translate/abrt/abrt/ka/"
}