Translation components API.

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

GET /api/translations/switchboard/switchboard-plug-onlineaccounts/mr/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": "2023-03-20T18:18:17.300701Z",
    "recent_changes": 3,
    "translated": 18,
    "translated_words": 46,
    "translated_percent": 32.7,
    "translated_words_percent": 23.5,
    "translated_chars": 299,
    "translated_chars_percent": 25.1,
    "fuzzy": 9,
    "fuzzy_percent": 16.3,
    "fuzzy_words": 28,
    "fuzzy_words_percent": 14.3,
    "fuzzy_chars": 180,
    "fuzzy_chars_percent": 15.1,
    "failing": 6,
    "failing_percent": 10.9,
    "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": "mr",
    "name": "Marathi",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-onlineaccounts/mr/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-onlineaccounts/mr/"
}