Translation components API.

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

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

{
    "total": 21,
    "total_words": 138,
    "total_chars": 941,
    "last_change": "2021-07-14T17:09:25.572437Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 10,
    "translated_percent": 23.8,
    "translated_words_percent": 7.2,
    "translated_chars": 68,
    "translated_chars_percent": 7.2,
    "fuzzy": 2,
    "fuzzy_percent": 9.5,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 74,
    "fuzzy_chars_percent": 7.8,
    "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/music/extra/eo/",
    "translate_url": "https://l10n.elementary.io/translate/music/extra/eo/"
}