Translation components API.

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

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

{
    "total": 51,
    "total_words": 214,
    "total_chars": 1372,
    "last_change": "2024-04-17T19:39:14.955002Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 16,
    "translated_percent": 15.6,
    "translated_words_percent": 7.4,
    "translated_chars": 105,
    "translated_chars_percent": 7.6,
    "fuzzy": 12,
    "fuzzy_percent": 23.5,
    "fuzzy_words": 24,
    "fuzzy_words_percent": 11.2,
    "fuzzy_chars": 144,
    "fuzzy_chars_percent": 10.4,
    "failing": 10,
    "failing_percent": 19.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": 1,
    "comments": 0,
    "code": "lv",
    "name": "Latvian",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-applications/lv/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-applications/lv/"
}