Translation components API.

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

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

{
    "total": 782,
    "total_words": 16193,
    "total_chars": 140131,
    "last_change": "2022-12-23T21:58:51.762454Z",
    "recent_changes": 0,
    "translated": 452,
    "translated_words": 10126,
    "translated_percent": 57.8,
    "translated_words_percent": 62.5,
    "translated_chars": 77155,
    "translated_chars_percent": 55.0,
    "fuzzy": 286,
    "fuzzy_percent": 36.5,
    "fuzzy_words": 4694,
    "fuzzy_words_percent": 28.9,
    "fuzzy_chars": 49692,
    "fuzzy_chars_percent": 35.4,
    "failing": 274,
    "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/09_unix-services/fa/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/fa/"
}