Translation components API.

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

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

{
    "total": 83,
    "total_words": 919,
    "total_chars": 5670,
    "last_change": "2024-05-04T02:19:57.212944Z",
    "recent_changes": 0,
    "translated": 5,
    "translated_words": 9,
    "translated_percent": 6.0,
    "translated_words_percent": 0.9,
    "translated_chars": 46,
    "translated_chars_percent": 0.8,
    "fuzzy": 4,
    "fuzzy_percent": 4.8,
    "fuzzy_words": 84,
    "fuzzy_words_percent": 9.1,
    "fuzzy_chars": 551,
    "fuzzy_chars_percent": 9.7,
    "failing": 1,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 1.2,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 6,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "ms",
    "name": "Malay",
    "url": "https://l10n.elementary.io/projects/code/extra/ms/",
    "translate_url": "https://l10n.elementary.io/translate/code/extra/ms/"
}