Translation components API.

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

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

{
    "total": 90,
    "total_words": 295,
    "last_change": "2022-09-11T23:16:19.392626Z",
    "recent_changes": 3,
    "translated": 80,
    "translated_words": 271,
    "translated_percent": 88.8,
    "translated_words_percent": 91.8,
    "translated_chars": 1651,
    "translated_chars_percent": 93.5,
    "total_chars": 1765,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/es/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/es/"
}