Translation components API.

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

GET /api/translations/guestscreen/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": 0.0,
    "total_words": 752,
    "translated_words": 724,
    "url_translate": "http://weblate.ucs.ru/projects/guestscreen/common/lt/",
    "fuzzy": 0,
    "total": 331,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/guestscreen/lt/",
    "translated_percent": 98.4,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 326,
    "last_change": "2021-11-09T07:34:51"
}