Translation components API.

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

GET /api/translations/lxqt-panel/plugin-mount/oc/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 21,
    "total_words": 90,
    "last_change": "2023-01-22T19:47:19.080616Z",
    "recent_changes": 17,
    "translated": 18,
    "translated_words": 62,
    "translated_percent": 85.7,
    "translated_words_percent": 68.8,
    "translated_chars": 489,
    "translated_chars_percent": 63.2,
    "total_chars": 773,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "oc",
    "name": "Occitan",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-mount/oc/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-mount/oc/"
}