Translation components API.

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

GET /api/translations/centralization/common/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": 15.0,
    "total_words": 26,
    "translated_words": 19,
    "url_translate": "http://weblate.ucs.ru/projects/centralization/common/lt/",
    "fuzzy": 3,
    "total": 20,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/centralization/lt/",
    "translated_percent": 85.0,
    "failing": 3,
    "fuzzy_percent": 15.0,
    "translated": 17,
    "last_change": "2020-11-26T09:03:24"
}