Translation components API.

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

GET /api/translations/lxqt-desktop/screengrab/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 123,
    "total_words": 508,
    "last_change": "2025-05-07T13:41:53.518724Z",
    "recent_changes": 1,
    "translated": 114,
    "translated_words": 453,
    "translated_percent": 92.6,
    "translated_words_percent": 89.1,
    "translated_chars": 2648,
    "translated_chars_percent": 88.3,
    "total_chars": 2997,
    "fuzzy": 1,
    "fuzzy_percent": 0.8,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/screengrab/ja/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/screengrab/ja/"
}