Translation components API.

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

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

{
    "total": 2,
    "total_words": 16,
    "last_change": null,
    "recent_changes": 0,
    "translated": 1,
    "translated_words": 2,
    "translated_percent": 50.0,
    "translated_words_percent": 12.5,
    "translated_chars": 12,
    "translated_chars_percent": 13.1,
    "total_chars": 91,
    "fuzzy": 1,
    "fuzzy_percent": 50.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "es_VE",
    "name": "Spanish (Venezuela)",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-colorpicker-name-and-description/es_VE/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-colorpicker-name-and-description/es_VE/"
}