Translation components API.

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

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

{
    "total": 69,
    "total_words": 259,
    "last_change": "2022-06-04T12:08:37.963120Z",
    "recent_changes": 10,
    "translated": 54,
    "translated_words": 179,
    "translated_percent": 78.2,
    "translated_words_percent": 69.1,
    "translated_chars": 1129,
    "translated_chars_percent": 63.7,
    "total_chars": 1772,
    "fuzzy": 1,
    "fuzzy_percent": 1.4,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qlipper/hu/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qlipper/hu/"
}