Translation components API.

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

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

{
    "total": 18,
    "total_words": 38,
    "last_change": "2024-09-24T20:53:05.872027Z",
    "recent_changes": 10,
    "translated": 10,
    "translated_words": 14,
    "translated_percent": 55.5,
    "translated_words_percent": 36.8,
    "translated_chars": 85,
    "translated_chars_percent": 34.1,
    "total_chars": 249,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://translate.lxqt-project.org/projects/qtilities/wshot/hi/",
    "translate_url": "https://translate.lxqt-project.org/translate/qtilities/wshot/hi/"
}