Translation components API.

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

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

{
    "total": 1358,
    "total_words": 8074,
    "total_chars": 51843,
    "last_change": "2024-12-20T13:49:57.734994Z",
    "recent_changes": 0,
    "translated": 821,
    "translated_words": 4161,
    "translated_percent": 60.4,
    "translated_words_percent": 51.5,
    "translated_chars": 26901,
    "translated_chars_percent": 51.8,
    "fuzzy": 77,
    "fuzzy_percent": 5.6,
    "fuzzy_words": 401,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 2632,
    "fuzzy_chars_percent": 5.0,
    "failing": 46,
    "failing_percent": 3.3,
    "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": 162,
    "comments": 0,
    "code": "as",
    "name": "Assamese",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f34/as/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f34/as/"
}