Translation components API.

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

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

{
    "last_author": "Виктор Грудев",
    "code": "bg",
    "failing_percent": 9.7,
    "total_words": 3601,
    "translated_words": 3346,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/shadm/bg/",
    "fuzzy": 2,
    "total": 1038,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/bg/",
    "translated_percent": 93.7,
    "failing": 101,
    "fuzzy_percent": 0.1,
    "translated": 973,
    "last_change": "2024-01-16T16:57:28"
}