Translation components API.

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

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

{
    "last_author": "Кристина Спасова",
    "code": "bg",
    "failing_percent": 1.4,
    "total_words": 57296,
    "translated_words": 26585,
    "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter_reports/bg/",
    "fuzzy": 0,
    "total": 10868,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/shelter2/bg/",
    "translated_percent": 28.2,
    "failing": 159,
    "fuzzy_percent": 0.0,
    "translated": 3066,
    "last_change": "2020-11-20T08:16:45"
}