Translation components API.

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

GET /api/translations/marketing-desktop/md-guestsprofile/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": 10.1,
    "total_words": 271,
    "translated_words": 266,
    "url_translate": "http://weblate.ucs.ru/projects/marketing-desktop/md-guestsprofile/bg/",
    "fuzzy": 2,
    "total": 138,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/marketing-desktop/bg/",
    "translated_percent": 97.8,
    "failing": 14,
    "fuzzy_percent": 1.4,
    "translated": 135,
    "last_change": "2019-05-28T21:03:32"
}