Translation components API.

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

GET /api/translations/debian-installer/sublevel3/pa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 731,
    "total_words": 7525,
    "total_chars": 46602,
    "last_change": "2024-05-20T15:01:59.779025Z",
    "recent_changes": 0,
    "translated": 717,
    "translated_words": 7335,
    "translated_percent": 98.0,
    "translated_words_percent": 97.4,
    "translated_chars": 45501,
    "translated_chars_percent": 97.6,
    "fuzzy": 9,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 122,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 714,
    "fuzzy_chars_percent": 1.5,
    "failing": 3,
    "failing_percent": 0.4,
    "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": "pa",
    "name": "Punjabi",
    "url": "https://hosted.weblate.org/projects/debian-installer/sublevel3/pa/",
    "translate_url": "https://hosted.weblate.org/translate/debian-installer/sublevel3/pa/"
}