Translation components API.

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

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

{
    "total": 1358,
    "total_words": 8063,
    "total_chars": 51843,
    "last_change": "2025-01-26T00:44:12.667064Z",
    "recent_changes": 0,
    "translated": 1118,
    "translated_words": 5065,
    "translated_percent": 82.3,
    "translated_words_percent": 62.8,
    "translated_chars": 32799,
    "translated_chars_percent": 63.2,
    "fuzzy": 5,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 25,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 210,
    "fuzzy_chars_percent": 0.4,
    "failing": 43,
    "failing_percent": 3.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": 72,
    "comments": 0,
    "code": "pa",
    "name": "Punjabi",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f34/pa/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f34/pa/"
}