Translation components API.

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

GET /api/translations/shizuku/manager/es_419/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-06T14:45:24.166523Z",
    "recent_changes": 2,
    "translated": 101,
    "translated_words": 834,
    "translated_percent": 82.7,
    "translated_words_percent": 77.1,
    "translated_chars": 5239,
    "translated_chars_percent": 77.5,
    "total_chars": 6752,
    "fuzzy": 2,
    "fuzzy_percent": 1.6,
    "failing": 5,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 3.2,
    "suggestions": 18,
    "comments": 0,
    "code": "es_419",
    "name": "Spanish (Latin America)",
    "url": "https://weblate.rikka.app/projects/shizuku/manager/es_419/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/manager/es_419/"
}