Translation components API.

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

GET /api/translations/appcenter/extra/ro/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:54.434301Z",
    "recent_changes": 2,
    "translated": 4,
    "translated_words": 10,
    "translated_percent": 16.0,
    "translated_words_percent": 5.1,
    "translated_chars": 68,
    "translated_chars_percent": 5.3,
    "fuzzy": 5,
    "fuzzy_percent": 20.0,
    "fuzzy_words": 56,
    "fuzzy_words_percent": 28.7,
    "fuzzy_chars": 427,
    "fuzzy_chars_percent": 33.6,
    "failing": 5,
    "failing_percent": 20.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": 1,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://l10n.elementary.io/projects/appcenter/extra/ro/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/extra/ro/"
}