Translation components API.

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

GET /api/translations/abrt/abrt/ca/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": "2023-11-30T08:06:48.881545Z",
    "recent_changes": 2,
    "translated": 378,
    "translated_words": 3309,
    "translated_percent": 90.6,
    "translated_words_percent": 89.9,
    "translated_chars": 20937,
    "translated_chars_percent": 88.1,
    "fuzzy": 28,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 279,
    "fuzzy_words_percent": 7.5,
    "fuzzy_chars": 2235,
    "fuzzy_chars_percent": 9.4,
    "failing": 22,
    "failing_percent": 5.2,
    "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": 2,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.fedoraproject.org/projects/abrt/abrt/ca/",
    "translate_url": "https://translate.fedoraproject.org/translate/abrt/abrt/ca/"
}