Translation components API.

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

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

{
    "total": 41,
    "total_words": 137,
    "total_chars": 887,
    "last_change": "2020-10-27T21:27:15.368408Z",
    "recent_changes": 1,
    "translated": 14,
    "translated_words": 23,
    "translated_percent": 34.1,
    "translated_words_percent": 16.7,
    "translated_chars": 188,
    "translated_chars_percent": 21.1,
    "fuzzy": 7,
    "fuzzy_percent": 17.0,
    "fuzzy_words": 18,
    "fuzzy_words_percent": 13.1,
    "fuzzy_chars": 131,
    "fuzzy_chars_percent": 14.7,
    "failing": 1,
    "failing_percent": 2.4,
    "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": "ro",
    "name": "Romanian",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-bluetooth/ro/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-bluetooth/ro/"
}