Translation components API.

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

GET /api/translations/lxqt-panel/plugin-tray-name-and-description/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2,
    "total_words": 9,
    "last_change": "2021-04-15T15:02:08.460751Z",
    "recent_changes": 2,
    "translated": 1,
    "translated_words": 2,
    "translated_percent": 50.0,
    "translated_words_percent": 22.2,
    "translated_chars": 11,
    "translated_chars_percent": 19.6,
    "total_chars": 56,
    "fuzzy": 1,
    "fuzzy_percent": 50.0,
    "failing": 1,
    "failing_percent": 50.0,
    "code": "de",
    "name": "German",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-tray-name-and-description/de/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-tray-name-and-description/de/"
}