Translation components API.

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

GET /api/translations/storehouse5/sh/bg/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Виктор Грудев",
    "code": "bg",
    "failing_percent": 13.7,
    "total_words": 27957,
    "translated_words": 26195,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/bg/",
    "fuzzy": 6,
    "total": 10343,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/bg/",
    "translated_percent": 94.6,
    "failing": 1418,
    "fuzzy_percent": 0.1,
    "translated": 9792,
    "last_change": "2024-01-17T08:02:30"
}