Translation components API.

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

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

{
    "total": 211,
    "total_words": 734,
    "last_change": "2025-05-30T15:06:23.804876Z",
    "recent_changes": 2,
    "translated": 10,
    "translated_words": 42,
    "translated_percent": 4.7,
    "translated_words_percent": 5.7,
    "translated_chars": 321,
    "translated_chars_percent": 7.0,
    "total_chars": 4547,
    "fuzzy": 1,
    "fuzzy_percent": 0.4,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/en_GB/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qterminal/en_GB/"
}