Translation components API.

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

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

{
    "total": 55,
    "total_words": 195,
    "total_chars": 1187,
    "last_change": "2021-06-02T00:23:57.536030Z",
    "recent_changes": 1,
    "translated": 4,
    "translated_words": 8,
    "translated_percent": 7.2,
    "translated_words_percent": 4.1,
    "translated_chars": 58,
    "translated_chars_percent": 4.8,
    "fuzzy": 4,
    "fuzzy_percent": 7.2,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 5.1,
    "fuzzy_chars": 62,
    "fuzzy_chars_percent": 5.2,
    "failing": 2,
    "failing_percent": 3.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": "lb",
    "name": "Luxembourgish",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-onlineaccounts/lb/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-onlineaccounts/lb/"
}