Translation components API.

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

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

{
    "total": 130,
    "total_words": 498,
    "last_change": "2021-11-03T18:29:29.431357Z",
    "recent_changes": 5,
    "translated": 5,
    "translated_words": 14,
    "translated_percent": 3.8,
    "translated_words_percent": 2.8,
    "translated_chars": 86,
    "translated_chars_percent": 2.8,
    "total_chars": 2966,
    "fuzzy": 1,
    "fuzzy_percent": 0.7,
    "failing": 1,
    "failing_percent": 0.7,
    "code": "oc",
    "name": "Occitan",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/screengrab/oc/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/screengrab/oc/"
}