Translation components API.

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

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

{
    "total": 12,
    "total_words": 74,
    "last_change": "2022-12-25T22:05:12.073343Z",
    "recent_changes": 7,
    "translated": 8,
    "translated_words": 45,
    "translated_percent": 66.6,
    "translated_words_percent": 60.8,
    "translated_chars": 344,
    "translated_chars_percent": 63.9,
    "total_chars": 538,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-session/sr/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-session/sr/"
}