Translation components API.

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

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

{
    "total": 17,
    "total_words": 23,
    "last_change": null,
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 20,
    "translated_percent": 94.1,
    "translated_words_percent": 86.9,
    "translated_chars": 115,
    "translated_chars_percent": 82.7,
    "total_chars": 139,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "th",
    "name": "Thai",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-networkmonitor/th/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-networkmonitor/th/"
}