Translation components API.

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

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

{
    "total": 25,
    "total_words": 305,
    "last_change": "2024-04-21T17:59:39.906849Z",
    "recent_changes": 10,
    "translated": 21,
    "translated_words": 93,
    "translated_percent": 84.0,
    "translated_words_percent": 30.4,
    "translated_chars": 532,
    "translated_chars_percent": 17.3,
    "total_chars": 3075,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 8.0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-wallet/hu/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-wallet/hu/"
}