Translation components API.

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

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

{
    "total": 1355,
    "total_words": 8094,
    "total_chars": 51814,
    "last_change": "2025-04-21T15:10:15.295281Z",
    "recent_changes": 0,
    "translated": 438,
    "translated_words": 2346,
    "translated_percent": 32.3,
    "translated_words_percent": 28.9,
    "translated_chars": 15313,
    "translated_chars_percent": 29.5,
    "fuzzy": 46,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 234,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 1522,
    "fuzzy_chars_percent": 2.9,
    "failing": 36,
    "failing_percent": 2.6,
    "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": 226,
    "comments": 0,
    "code": "or",
    "name": "Odia",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f33/or/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f33/or/"
}