Translation components API.

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

GET /api/translations/abrt/abrt/he/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": "2020-06-22T11:35:25.354403Z",
    "recent_changes": 3,
    "translated": 48,
    "translated_words": 407,
    "translated_percent": 11.5,
    "translated_words_percent": 11.0,
    "translated_chars": 2535,
    "translated_chars_percent": 10.6,
    "fuzzy": 6,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 22,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 151,
    "fuzzy_chars_percent": 0.6,
    "failing": 5,
    "failing_percent": 1.1,
    "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": 7,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.fedoraproject.org/projects/abrt/abrt/he/",
    "translate_url": "https://translate.fedoraproject.org/translate/abrt/abrt/he/"
}