Translation components API.

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

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

{
    "last_author": "Кристина Спасова",
    "code": "bg",
    "failing_percent": 6.9,
    "total_words": 746,
    "translated_words": 425,
    "url_translate": "http://weblate.ucs.ru/projects/menuboard/common/bg/",
    "fuzzy": 0,
    "total": 376,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/menuboard/bg/",
    "translated_percent": 58.5,
    "failing": 26,
    "fuzzy_percent": 0.0,
    "translated": 220,
    "last_change": "2023-01-26T12:19:57"
}