Translation components API.

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

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

{
    "last_author": "Mantas Antanaitis",
    "code": "lt",
    "failing_percent": 1.8,
    "total_words": 1585,
    "translated_words": 1585,
    "url_translate": "http://weblate.ucs.ru/projects/SelfService/default/lt/",
    "fuzzy": 0,
    "total": 388,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/SelfService/lt/",
    "translated_percent": 100.0,
    "failing": 7,
    "fuzzy_percent": 0.0,
    "translated": 388,
    "last_change": "2019-12-05T11:57:05"
}