Translation components API.

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

GET /api/translations/tsujan/feathernotes/en_GB/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 353,
    "total_words": 970,
    "last_change": "2025-06-11T15:21:08.961688Z",
    "recent_changes": 11,
    "translated": 27,
    "translated_words": 76,
    "translated_percent": 7.6,
    "translated_words_percent": 7.8,
    "translated_chars": 484,
    "translated_chars_percent": 7.3,
    "total_chars": 6571,
    "fuzzy": 8,
    "fuzzy_percent": 2.2,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.lxqt-project.org/projects/tsujan/feathernotes/en_GB/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/feathernotes/en_GB/"
}