Translation components API.

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

GET /api/translations/r_k_Delivery/call-center/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Denis Zozulya",
    "code": "en",
    "failing_percent": 1.6,
    "total_words": 849,
    "translated_words": 40,
    "url_translate": "http://weblate.ucs.ru/projects/r_k_Delivery/call-center/en/",
    "fuzzy": 0,
    "total": 374,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/r_k_Delivery/en/",
    "translated_percent": 7.7,
    "failing": 6,
    "fuzzy_percent": 0.0,
    "translated": 29,
    "last_change": "2024-07-04T09:58:01"
}