Translation components API.

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

GET /api/translations/files/files/bs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 523,
    "total_words": 2179,
    "total_chars": 12946,
    "last_change": "2024-05-04T06:40:09.611108Z",
    "recent_changes": 0,
    "translated": 300,
    "translated_words": 1143,
    "translated_percent": 57.3,
    "translated_words_percent": 52.4,
    "translated_chars": 6951,
    "translated_chars_percent": 53.6,
    "fuzzy": 153,
    "fuzzy_percent": 29.2,
    "fuzzy_words": 718,
    "fuzzy_words_percent": 32.9,
    "fuzzy_chars": 4266,
    "fuzzy_chars_percent": 32.9,
    "failing": 79,
    "failing_percent": 15.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": 59,
    "comments": 0,
    "code": "bs",
    "name": "Bosnian",
    "url": "https://l10n.elementary.io/projects/files/files/bs/",
    "translate_url": "https://l10n.elementary.io/translate/files/files/bs/"
}