Translation components API.

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

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

{
    "total": 56,
    "total_words": 230,
    "last_change": "2024-11-13T13:43:32.066251Z",
    "recent_changes": 16,
    "translated": 54,
    "translated_words": 201,
    "translated_percent": 96.4,
    "translated_words_percent": 87.3,
    "translated_chars": 1381,
    "translated_chars_percent": 88.6,
    "total_chars": 1558,
    "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/lxqt-config-input/en_GB/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-input/en_GB/"
}