Translation components API.

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

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

{
    "last_author": "A Smirnov",
    "code": "en",
    "failing_percent": 2.2,
    "total_words": 765,
    "translated_words": 325,
    "url_translate": "http://weblate.ucs.ru/projects/r_k_Delivery/ui-manager/en/",
    "fuzzy": 0,
    "total": 267,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/r_k_Delivery/en/",
    "translated_percent": 33.3,
    "failing": 6,
    "fuzzy_percent": 0.0,
    "translated": 89,
    "last_change": "2024-03-28T11:51:55"
}