Translation components API.

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

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

{
    "total": 1372,
    "total_words": 8357,
    "total_chars": 53478,
    "last_change": "2025-02-21T16:38:46.554009Z",
    "recent_changes": 0,
    "translated": 1154,
    "translated_words": 6781,
    "translated_percent": 84.1,
    "translated_words_percent": 81.1,
    "translated_chars": 43464,
    "translated_chars_percent": 81.2,
    "fuzzy": 25,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 72,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 468,
    "fuzzy_chars_percent": 0.8,
    "failing": 2,
    "failing_percent": 0.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": 378,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f35/ar/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f35/ar/"
}