Translation components API.

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

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

{
    "total": 316,
    "total_words": 904,
    "last_change": "2024-09-25T19:20:14.387266Z",
    "recent_changes": 18,
    "translated": 42,
    "translated_words": 128,
    "translated_percent": 13.2,
    "translated_words_percent": 14.1,
    "translated_chars": 868,
    "translated_chars_percent": 15.5,
    "total_chars": 5587,
    "fuzzy": 4,
    "fuzzy_percent": 1.2,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/hi/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/libfm-qt/hi/"
}