Translation components API.

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

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

{
    "total": 92,
    "total_words": 429,
    "total_chars": 2693,
    "last_change": "2021-02-20T14:22:34.592912Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 13,
    "translated_percent": 7.6,
    "translated_words_percent": 3.0,
    "translated_chars": 96,
    "translated_chars_percent": 3.5,
    "fuzzy": 14,
    "fuzzy_percent": 15.2,
    "fuzzy_words": 62,
    "fuzzy_words_percent": 14.4,
    "fuzzy_chars": 370,
    "fuzzy_chars_percent": 13.7,
    "failing": 11,
    "failing_percent": 11.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": "be",
    "name": "Belarusian",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-about/be/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-about/be/"
}