Translation components API.

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

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

{
    "total": 77,
    "total_words": 262,
    "last_change": null,
    "recent_changes": 0,
    "translated": 32,
    "translated_words": 56,
    "translated_percent": 41.5,
    "translated_words_percent": 21.3,
    "translated_chars": 387,
    "translated_chars_percent": 23.1,
    "total_chars": 1670,
    "fuzzy": 2,
    "fuzzy_percent": 2.5,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "es_VE",
    "name": "Spanish (Venezuela)",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-session/es_VE/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-session/es_VE/"
}