Translation components API.

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

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

{
    "total": 122,
    "total_words": 1081,
    "last_change": "2025-03-24T13:09:32.697598Z",
    "recent_changes": 2,
    "translated": 16,
    "translated_words": 107,
    "translated_percent": 13.1,
    "translated_words_percent": 9.8,
    "translated_chars": 720,
    "translated_chars_percent": 10.6,
    "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": 40,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://weblate.rikka.app/projects/shizuku/manager/he/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/manager/he/"
}