Translation components API.

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

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

{
    "total": 319,
    "total_words": 5234,
    "total_chars": 45308,
    "last_change": "2023-10-12T21:58:50.385419Z",
    "recent_changes": 0,
    "translated": 158,
    "translated_words": 1343,
    "translated_percent": 49.5,
    "translated_words_percent": 25.6,
    "translated_chars": 12216,
    "translated_chars_percent": 26.9,
    "fuzzy": 148,
    "fuzzy_percent": 46.3,
    "fuzzy_words": 3457,
    "fuzzy_words_percent": 66.0,
    "fuzzy_chars": 29518,
    "fuzzy_chars_percent": 65.1,
    "failing": 93,
    "failing_percent": 29.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": "fa",
    "name": "Persian",
    "url": "https://hosted.weblate.org/projects/debian-handbook/13_workstation/fa/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/13_workstation/fa/"
}