Translation components API.

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

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

{
    "last_author": "Виктор Грудев",
    "code": "bg",
    "failing_percent": 8.9,
    "total_words": 1570,
    "translated_words": 1342,
    "url_translate": "http://weblate.ucs.ru/projects/foodfactory/common/bg/",
    "fuzzy": 1,
    "total": 617,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/foodfactory/bg/",
    "translated_percent": 86.0,
    "failing": 55,
    "fuzzy_percent": 0.1,
    "translated": 531,
    "last_change": "2024-01-17T11:24:41"
}