Translation components API.

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

GET /api/translations/blivet/blivet-master/or/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 81,
    "total_words": 603,
    "total_chars": 3778,
    "last_change": "2023-02-15T17:20:38.094577Z",
    "recent_changes": 0,
    "translated": 43,
    "translated_words": 290,
    "translated_percent": 53.0,
    "translated_words_percent": 48.0,
    "translated_chars": 1817,
    "translated_chars_percent": 48.0,
    "fuzzy": 2,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 13,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 87,
    "fuzzy_chars_percent": 2.3,
    "failing": 2,
    "failing_percent": 2.4,
    "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": 4,
    "comments": 0,
    "code": "or",
    "name": "Odia",
    "url": "https://translate.fedoraproject.org/projects/blivet/blivet-master/or/",
    "translate_url": "https://translate.fedoraproject.org/translate/blivet/blivet-master/or/"
}