Translation components API.

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

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

{
    "total": 44,
    "total_words": 114,
    "last_change": "2024-05-04T08:48:05.382090Z",
    "recent_changes": 1,
    "translated": 44,
    "translated_words": 114,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 700,
    "translated_chars_percent": 100.0,
    "total_chars": 700,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "gl",
    "name": "Galician",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-fancymenu/gl/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-fancymenu/gl/"
}