Translation components API.

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

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

{
    "last_author": "Mladen Genchev",
    "code": "bg",
    "failing_percent": 0.7,
    "total_words": 27703,
    "translated_words": 19655,
    "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter2_shelter/bg/",
    "fuzzy": 0,
    "total": 10025,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/shelter2/bg/",
    "translated_percent": 65.6,
    "failing": 76,
    "fuzzy_percent": 0.0,
    "translated": 6577,
    "last_change": "2019-10-28T10:04:33"
}