Translation components API.

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

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

{
    "last_author": "localizeboat",
    "code": "en",
    "failing_percent": 0.0,
    "total_words": 65,
    "translated_words": 65,
    "url_translate": "http://weblate.ucs.ru/projects/marketing-desktop/md-settings/en/",
    "fuzzy": 0,
    "total": 33,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/marketing-desktop/en/",
    "translated_percent": 100.0,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 33,
    "last_change": "2018-07-30T10:19:09"
}