Translation components API.

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

GET /api/translations/debian-handbook/11_network-services/fa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1089,
    "total_words": 17901,
    "total_chars": 168826,
    "last_change": "2023-10-12T21:59:51.545207Z",
    "recent_changes": 0,
    "translated": 479,
    "translated_words": 9048,
    "translated_percent": 43.9,
    "translated_words_percent": 50.5,
    "translated_chars": 70802,
    "translated_chars_percent": 41.9,
    "fuzzy": 526,
    "fuzzy_percent": 48.3,
    "fuzzy_words": 5781,
    "fuzzy_words_percent": 32.2,
    "fuzzy_chars": 72962,
    "fuzzy_chars_percent": 43.2,
    "failing": 382,
    "failing_percent": 35.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": "fa",
    "name": "Persian",
    "url": "https://hosted.weblate.org/projects/debian-handbook/11_network-services/fa/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/fa/"
}