Translation components API.

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

GET /api/translations/switchboard/switchboard-plug-keyboard/am/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 216,
    "total_words": 647,
    "total_chars": 3690,
    "last_change": "2024-01-29T17:21:53.831376Z",
    "recent_changes": 2,
    "translated": 64,
    "translated_words": 143,
    "translated_percent": 29.6,
    "translated_words_percent": 22.1,
    "translated_chars": 791,
    "translated_chars_percent": 21.4,
    "fuzzy": 34,
    "fuzzy_percent": 15.7,
    "fuzzy_words": 99,
    "fuzzy_words_percent": 15.3,
    "fuzzy_chars": 622,
    "fuzzy_chars_percent": 16.8,
    "failing": 8,
    "failing_percent": 3.7,
    "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": 0,
    "comments": 0,
    "code": "am",
    "name": "Amharic",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-keyboard/am/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-keyboard/am/"
}