Translation components API.

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

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

{
    "total": 135,
    "total_words": 718,
    "last_change": "2025-02-09T17:41:28.356594Z",
    "recent_changes": 3,
    "translated": 8,
    "translated_words": 12,
    "translated_percent": 5.9,
    "translated_words_percent": 1.6,
    "translated_chars": 75,
    "translated_chars_percent": 1.6,
    "total_chars": 4589,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/obconf-qt/en_GB/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/obconf-qt/en_GB/"
}