Translation components API.

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

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

{
    "total": 12,
    "total_words": 74,
    "last_change": "2021-11-19T19:38:57.875679Z",
    "recent_changes": 1,
    "translated": 10,
    "translated_words": 60,
    "translated_percent": 83.3,
    "translated_words_percent": 81.0,
    "translated_chars": 441,
    "translated_chars_percent": 81.9,
    "total_chars": 538,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-session/cs/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-session/cs/"
}