Translation components API.

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

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

{
    "total": 22,
    "total_words": 144,
    "total_chars": 955,
    "last_change": "2024-05-07T19:28:16.492681Z",
    "recent_changes": 0,
    "translated": 2,
    "translated_words": 10,
    "translated_percent": 9.0,
    "translated_words_percent": 6.9,
    "translated_chars": 73,
    "translated_chars_percent": 7.6,
    "fuzzy": 1,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 16,
    "fuzzy_chars_percent": 1.6,
    "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": 0,
    "comments": 0,
    "code": "eo",
    "name": "Esperanto",
    "url": "https://l10n.elementary.io/projects/switchboard/desktop-plug-extra/eo/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/desktop-plug-extra/eo/"
}