Translation components API.

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

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

{
    "total": 20,
    "total_words": 60,
    "last_change": null,
    "recent_changes": 0,
    "translated": 7,
    "translated_words": 19,
    "translated_percent": 35.0,
    "translated_words_percent": 31.6,
    "translated_chars": 117,
    "translated_chars_percent": 29.9,
    "total_chars": 391,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 5.0,
    "code": "es_VE",
    "name": "Spanish (Venezuela)",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-volume/es_VE/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-volume/es_VE/"
}