Translation components API.

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

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

{
    "total": 130,
    "total_words": 498,
    "last_change": "2022-11-05T10:54:06.919281Z",
    "recent_changes": 3,
    "translated": 128,
    "translated_words": 492,
    "translated_percent": 98.4,
    "translated_words_percent": 98.7,
    "translated_chars": 2929,
    "translated_chars_percent": 98.7,
    "total_chars": 2966,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/screengrab/cs/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/screengrab/cs/"
}