Translation components API.

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

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

{
    "total": 30,
    "total_words": 176,
    "last_change": "2023-01-24T20:18:46.832894Z",
    "recent_changes": 11,
    "translated": 10,
    "translated_words": 23,
    "translated_percent": 33.3,
    "translated_words_percent": 13.0,
    "translated_chars": 144,
    "translated_chars_percent": 13.0,
    "total_chars": 1100,
    "fuzzy": 1,
    "fuzzy_percent": 3.3,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "oc",
    "name": "Occitan",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/liblxqt/oc/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/liblxqt/oc/"
}