Translation components API.

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

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

{
    "total": 1349,
    "total_words": 8339,
    "total_chars": 53228,
    "last_change": "2025-04-10T01:33:20.711231Z",
    "recent_changes": 0,
    "translated": 396,
    "translated_words": 1961,
    "translated_percent": 29.3,
    "translated_words_percent": 23.5,
    "translated_chars": 12797,
    "translated_chars_percent": 24.0,
    "fuzzy": 117,
    "fuzzy_percent": 8.6,
    "fuzzy_words": 659,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 4326,
    "fuzzy_chars_percent": 8.1,
    "failing": 53,
    "failing_percent": 3.9,
    "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": 169,
    "comments": 0,
    "code": "mr",
    "name": "Marathi",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-10/mr/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-10/mr/"
}