Translation components API.

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

GET /api/translations/omr/luciapplicationsomr-tracker/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 31,
    "total_words": 167,
    "total_chars": 1026,
    "last_change": "2022-11-23T07:40:59.399528Z",
    "recent_changes": 0,
    "translated": 7,
    "translated_words": 11,
    "translated_percent": 22.5,
    "translated_words_percent": 6.5,
    "translated_chars": 71,
    "translated_chars_percent": 6.9,
    "fuzzy": 2,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 17.3,
    "fuzzy_chars": 170,
    "fuzzy_chars_percent": 16.5,
    "failing": 6,
    "failing_percent": 19.3,
    "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": 4,
    "comments": 1,
    "code": "de",
    "name": "German",
    "url": "http://weblate.openmptcprouter.com/projects/omr/luciapplicationsomr-tracker/de/",
    "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationsomr-tracker/de/"
}