Translation components API.

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

GET /api/translations/libo_ui-master/dbaccessmessages/mr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 867,
    "total_words": 5222,
    "total_chars": 31571,
    "last_change": "2019-12-28T03:15:05.151299Z",
    "recent_changes": 1,
    "translated": 512,
    "translated_words": 3001,
    "translated_percent": 59.0,
    "translated_words_percent": 57.4,
    "translated_chars": 18012,
    "translated_chars_percent": 57.0,
    "fuzzy": 186,
    "fuzzy_percent": 21.4,
    "fuzzy_words": 793,
    "fuzzy_words_percent": 15.1,
    "fuzzy_chars": 5030,
    "fuzzy_chars_percent": 15.9,
    "failing": 8,
    "failing_percent": 0.9,
    "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": "mr",
    "name": "Marathi",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/mr/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/dbaccessmessages/mr/"
}