Translation components API.

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

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

{
    "total": 10,
    "total_words": 30,
    "last_change": "2023-01-22T19:38:03.249772Z",
    "recent_changes": 9,
    "translated": 9,
    "translated_words": 17,
    "translated_percent": 90.0,
    "translated_words_percent": 56.6,
    "translated_chars": 122,
    "translated_chars_percent": 61.0,
    "total_chars": 200,
    "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-statusnotifier/oc/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-statusnotifier/oc/"
}