Translation components API.

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

GET /api/translations/blivet/blivet-master/mr/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:37.212669Z",
    "recent_changes": 0,
    "translated": 56,
    "translated_words": 326,
    "translated_percent": 69.1,
    "translated_words_percent": 54.0,
    "translated_chars": 2054,
    "translated_chars_percent": 54.3,
    "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": 5,
    "comments": 0,
    "code": "mr",
    "name": "Marathi",
    "url": "https://translate.fedoraproject.org/projects/blivet/blivet-master/mr/",
    "translate_url": "https://translate.fedoraproject.org/translate/blivet/blivet-master/mr/"
}