Translation components API.

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

GET /api/translations/ayana/music/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 97,
    "total_words": 398,
    "total_chars": 2599,
    "last_change": "2023-05-24T17:19:16.029182Z",
    "recent_changes": 13,
    "translated": 65,
    "translated_words": 273,
    "translated_percent": 67.0,
    "translated_words_percent": 68.5,
    "translated_chars": 1823,
    "translated_chars_percent": 70.1,
    "fuzzy": 3,
    "fuzzy_percent": 3.0,
    "failing": 1,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.ayana.io/projects/ayana/music/ru/",
    "translate_url": "https://translate.ayana.io/translate/ayana/music/ru/"
}