Translation components API.

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

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

{
    "total": 392,
    "total_words": 1528,
    "last_change": "2025-03-13T19:22:10.245937Z",
    "recent_changes": 66,
    "translated": 248,
    "translated_words": 608,
    "translated_percent": 63.2,
    "translated_words_percent": 39.7,
    "translated_chars": 3703,
    "translated_chars_percent": 36.6,
    "total_chars": 10113,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.lxqt-project.org/projects/luebking/phototonic/ru/",
    "translate_url": "https://translate.lxqt-project.org/translate/luebking/phototonic/ru/"
}