Translation components API.

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

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

{
    "total": 1356,
    "total_words": 8381,
    "total_chars": 53634,
    "last_change": "2025-04-02T01:27:45.358481Z",
    "recent_changes": 0,
    "translated": 1119,
    "translated_words": 5136,
    "translated_percent": 82.5,
    "translated_words_percent": 61.2,
    "translated_chars": 33164,
    "translated_chars_percent": 61.8,
    "fuzzy": 7,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 64,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 423,
    "fuzzy_chars_percent": 0.7,
    "failing": 32,
    "failing_percent": 2.3,
    "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": 121,
    "comments": 0,
    "code": "pa",
    "name": "Punjabi",
    "url": "https://translate.fedoraproject.org/projects/anaconda/master/pa/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/master/pa/"
}