Translation components API.

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

GET /api/translations/lxqt-panel/panel/sr@ijekavian/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 79,
    "total_words": 269,
    "last_change": "2022-12-31T13:55:39.933977Z",
    "recent_changes": 68,
    "translated": 68,
    "translated_words": 234,
    "translated_percent": 86.0,
    "translated_words_percent": 86.9,
    "translated_chars": 1435,
    "translated_chars_percent": 89.0,
    "total_chars": 1611,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "sr@ijekavian",
    "name": "Serbian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/panel/sr@ijekavian/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/panel/sr@ijekavian/"
}