Translation components API.

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

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

{
    "total": 1362,
    "total_words": 8425,
    "total_chars": 53761,
    "last_change": "2025-03-18T14:50:05.669233Z",
    "recent_changes": 0,
    "translated": 722,
    "translated_words": 3512,
    "translated_percent": 53.0,
    "translated_words_percent": 41.6,
    "translated_chars": 22621,
    "translated_chars_percent": 42.0,
    "fuzzy": 173,
    "fuzzy_percent": 12.7,
    "fuzzy_words": 1060,
    "fuzzy_words_percent": 12.5,
    "fuzzy_chars": 6824,
    "fuzzy_chars_percent": 12.6,
    "failing": 68,
    "failing_percent": 4.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": 142,
    "comments": 0,
    "code": "as",
    "name": "Assamese",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f41/as/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f41/as/"
}