Translation components API.

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

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

{
    "total": 130,
    "total_words": 498,
    "last_change": "2024-04-19T08:03:46.485564Z",
    "recent_changes": 24,
    "translated": 23,
    "translated_words": 101,
    "translated_percent": 17.6,
    "translated_words_percent": 20.2,
    "translated_chars": 647,
    "translated_chars_percent": 21.8,
    "total_chars": 2966,
    "fuzzy": 2,
    "fuzzy_percent": 1.5,
    "failing": 4,
    "failing_percent": 3.0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/screengrab/ro/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/screengrab/ro/"
}