Translation components API.

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

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

{
    "total": 1369,
    "total_words": 8372,
    "total_chars": 53782,
    "last_change": "2024-02-16T17:23:21.178349Z",
    "recent_changes": 0,
    "translated": 823,
    "translated_words": 4234,
    "translated_percent": 60.1,
    "translated_words_percent": 50.5,
    "translated_chars": 27258,
    "translated_chars_percent": 50.6,
    "fuzzy": 72,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 567,
    "fuzzy_words_percent": 6.7,
    "fuzzy_chars": 3733,
    "fuzzy_chars_percent": 6.9,
    "failing": 72,
    "failing_percent": 5.2,
    "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": 143,
    "comments": 0,
    "code": "ta",
    "name": "Tamil",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-8/ta/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-8/ta/"
}