Translation components API.

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

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

{
    "total": 39,
    "total_words": 204,
    "total_chars": 1251,
    "last_change": "2024-01-04T00:04:37.382021Z",
    "recent_changes": 1,
    "translated": 23,
    "translated_words": 80,
    "translated_percent": 58.9,
    "translated_words_percent": 39.2,
    "translated_chars": 531,
    "translated_chars_percent": 42.4,
    "fuzzy": 4,
    "fuzzy_percent": 10.2,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 10.2,
    "fuzzy_chars": 114,
    "fuzzy_chars_percent": 9.1,
    "failing": 2,
    "failing_percent": 5.1,
    "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": "id",
    "name": "Indonesian",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-parental-controls/id/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-parental-controls/id/"
}