Translation components API.

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

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

{
    "last_author": "a.vasilev",
    "code": "bg",
    "failing_percent": 3.4,
    "total_words": 62,
    "translated_words": 62,
    "url_translate": "http://weblate.ucs.ru/projects/marketing-desktop/md-templates/bg/",
    "fuzzy": 0,
    "total": 29,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/marketing-desktop/bg/",
    "translated_percent": 100.0,
    "failing": 1,
    "fuzzy_percent": 0.0,
    "translated": 29,
    "last_change": "2019-05-28T09:37:59"
}