Translation components API.

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

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

{
    "total": 25,
    "total_words": 195,
    "total_chars": 1270,
    "last_change": "2021-07-16T16:14:13.042178Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 5,
    "translated_percent": 8.0,
    "translated_words_percent": 2.5,
    "translated_chars": 31,
    "translated_chars_percent": 2.4,
    "fuzzy": 2,
    "fuzzy_percent": 8.0,
    "fuzzy_words": 50,
    "fuzzy_words_percent": 25.6,
    "fuzzy_chars": 379,
    "fuzzy_chars_percent": 29.8,
    "failing": 3,
    "failing_percent": 12.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": 11,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://l10n.elementary.io/projects/appcenter/extra/el/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/extra/el/"
}