Translation components API.

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

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

{
    "total": 1545,
    "total_words": 9383,
    "total_chars": 59916,
    "last_change": "2024-12-20T11:45:00.809160Z",
    "recent_changes": 0,
    "translated": 735,
    "translated_words": 3544,
    "translated_percent": 47.5,
    "translated_words_percent": 37.7,
    "translated_chars": 22819,
    "translated_chars_percent": 38.0,
    "fuzzy": 255,
    "fuzzy_percent": 16.5,
    "fuzzy_words": 1318,
    "fuzzy_words_percent": 14.0,
    "fuzzy_chars": 8563,
    "fuzzy_chars_percent": 14.2,
    "failing": 82,
    "failing_percent": 5.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": 238,
    "comments": 0,
    "code": "as",
    "name": "Assamese",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f39/as/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f39/as/"
}