Translation components API.

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

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

{
    "total": 42,
    "total_words": 251,
    "total_chars": 1465,
    "last_change": "2024-05-09T17:07:44.181739Z",
    "recent_changes": 0,
    "translated": 21,
    "translated_words": 59,
    "translated_percent": 50.0,
    "translated_words_percent": 23.5,
    "translated_chars": 357,
    "translated_chars_percent": 24.3,
    "fuzzy": 2,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 27,
    "fuzzy_words_percent": 10.7,
    "fuzzy_chars": 143,
    "fuzzy_chars_percent": 9.7,
    "failing": 0,
    "failing_percent": 0.0,
    "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": 3,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://l10n.elementary.io/projects/installer/initial-setup/th/",
    "translate_url": "https://l10n.elementary.io/translate/installer/initial-setup/th/"
}