Translation components API.

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

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

{
    "total": 30,
    "total_words": 176,
    "last_change": "2024-04-18T09:41:07.812971Z",
    "recent_changes": 4,
    "translated": 29,
    "translated_words": 172,
    "translated_percent": 96.6,
    "translated_words_percent": 97.7,
    "translated_chars": 1076,
    "translated_chars_percent": 97.8,
    "total_chars": 1100,
    "fuzzy": 1,
    "fuzzy_percent": 3.3,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/liblxqt/ro/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/liblxqt/ro/"
}