Translation components API.

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

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

{
    "total": 30,
    "total_words": 176,
    "last_change": "2024-03-18T17:47:25.308127Z",
    "recent_changes": 1,
    "translated": 24,
    "translated_words": 134,
    "translated_percent": 80.0,
    "translated_words_percent": 76.1,
    "translated_chars": 815,
    "translated_chars_percent": 74.0,
    "total_chars": 1100,
    "fuzzy": 2,
    "fuzzy_percent": 6.6,
    "failing": 2,
    "failing_percent": 6.6,
    "code": "th",
    "name": "Thai",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/liblxqt/th/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/liblxqt/th/"
}