Translation components API.

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

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

{
    "total": 23,
    "total_words": 68,
    "total_chars": 427,
    "last_change": "2022-11-23T07:41:09.693027Z",
    "recent_changes": 0,
    "translated": 22,
    "translated_words": 52,
    "translated_percent": 95.6,
    "translated_words_percent": 76.4,
    "translated_chars": 334,
    "translated_chars_percent": 78.2,
    "fuzzy": 1,
    "fuzzy_percent": 4.3,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 23.5,
    "fuzzy_chars": 93,
    "fuzzy_chars_percent": 21.7,
    "failing": 2,
    "failing_percent": 8.6,
    "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": "it",
    "name": "Italian",
    "url": "http://weblate.openmptcprouter.com/projects/omr/luciapplicationsomr-bypass/it/",
    "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationsomr-bypass/it/"
}