Translation components API.

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

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

{
    "total": 111,
    "total_words": 659,
    "total_chars": 4081,
    "last_change": "2022-12-17T01:08:51.377066Z",
    "recent_changes": 2,
    "translated": 54,
    "translated_words": 220,
    "translated_percent": 48.6,
    "translated_words_percent": 33.3,
    "translated_chars": 1286,
    "translated_chars_percent": 31.5,
    "fuzzy": 14,
    "fuzzy_percent": 12.6,
    "failing": 2,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "uz",
    "name": "Uzbek",
    "url": "https://l10n.elementary.io/projects/installer/installer/uz/",
    "translate_url": "https://l10n.elementary.io/translate/installer/installer/uz/"
}