Translation components API.

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

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

{
    "total": 69,
    "total_words": 259,
    "last_change": "2022-12-26T16:41:33.724079Z",
    "recent_changes": 31,
    "translated": 61,
    "translated_words": 230,
    "translated_percent": 88.4,
    "translated_words_percent": 88.8,
    "translated_chars": 1386,
    "translated_chars_percent": 78.2,
    "total_chars": 1772,
    "fuzzy": 4,
    "fuzzy_percent": 5.7,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qlipper/sr/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qlipper/sr/"
}