Translation components API.

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

GET /api/translations/mobcashdesk/client/lt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Tomas Venclovas",
    "code": "lt",
    "failing_percent": 1.2,
    "total_words": 1110,
    "translated_words": 443,
    "url_translate": "http://weblate.ucs.ru/projects/mobcashdesk/client/lt/",
    "fuzzy": 2,
    "total": 315,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/mobcashdesk/lt/",
    "translated_percent": 53.3,
    "failing": 4,
    "fuzzy_percent": 0.6,
    "translated": 168,
    "last_change": "2020-11-20T15:17:07"
}