Translation components API.

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

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

{
    "last_author": "James Duong",
    "code": "vi",
    "failing_percent": 0.0,
    "total_words": 55,
    "translated_words": 55,
    "url_translate": "http://weblate.ucs.ru/projects/marketing-desktop/md-discountlevels/vi/",
    "fuzzy": 0,
    "total": 12,
    "name": "Vietnamese",
    "url": "http://weblate.ucs.ru/engage/marketing-desktop/vi/",
    "translated_percent": 100.0,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 12,
    "last_change": "2020-04-06T04:57:40"
}