Translation components API.

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

GET /api/translations/shizuku/manager/es_CL/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 122,
    "total_words": 1081,
    "last_change": "2022-08-06T13:38:36.198393Z",
    "recent_changes": 1,
    "translated": 24,
    "translated_words": 138,
    "translated_percent": 19.6,
    "translated_words_percent": 12.7,
    "translated_chars": 907,
    "translated_chars_percent": 13.4,
    "total_chars": 6752,
    "fuzzy": 1,
    "fuzzy_percent": 0.8,
    "failing": 2,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 3.2,
    "suggestions": 0,
    "comments": 0,
    "code": "es_CL",
    "name": "Spanish (Chile)",
    "url": "https://weblate.rikka.app/projects/shizuku/manager/es_CL/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/manager/es_CL/"
}