Translation components API.

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

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

{
    "total": 297,
    "total_words": 840,
    "last_change": "2025-04-06T14:14:50.437596Z",
    "recent_changes": 3,
    "translated": 209,
    "translated_words": 537,
    "translated_percent": 70.3,
    "translated_words_percent": 63.9,
    "translated_chars": 3091,
    "translated_chars_percent": 57.0,
    "total_chars": 5419,
    "fuzzy": 5,
    "fuzzy_percent": 1.6,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qps/ja/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qps/ja/"
}