Translation components API.

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

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

{
    "total": 696,
    "total_words": 4065,
    "total_chars": 27666,
    "last_change": "2024-05-06T15:15:13.837649Z",
    "recent_changes": 4,
    "translated": 147,
    "translated_words": 546,
    "translated_percent": 21.1,
    "translated_words_percent": 13.4,
    "translated_chars": 3450,
    "translated_chars_percent": 12.4,
    "fuzzy": 158,
    "fuzzy_percent": 22.7,
    "fuzzy_words": 519,
    "fuzzy_words_percent": 12.7,
    "fuzzy_chars": 3767,
    "fuzzy_chars_percent": 13.6,
    "failing": 21,
    "failing_percent": 3.0,
    "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": "ckb",
    "name": "Kurdish (Central)",
    "url": "https://hosted.weblate.org/projects/weblate/website/ckb/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/website/ckb/"
}