Translation components API.

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

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

{
    "total": 52,
    "total_words": 255,
    "total_chars": 1806,
    "last_change": "2024-05-02T03:30:27.001767Z",
    "recent_changes": 0,
    "translated": 19,
    "translated_words": 68,
    "translated_percent": 36.5,
    "translated_words_percent": 26.6,
    "translated_chars": 473,
    "translated_chars_percent": 26.1,
    "fuzzy": 5,
    "fuzzy_percent": 9.6,
    "fuzzy_words": 20,
    "fuzzy_words_percent": 7.8,
    "fuzzy_chars": 145,
    "fuzzy_chars_percent": 8.0,
    "failing": 5,
    "failing_percent": 9.6,
    "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/desktop/gala/eo/",
    "translate_url": "https://l10n.elementary.io/translate/desktop/gala/eo/"
}