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.2,
    "total_words": 767,
    "translated_words": 721,
    "url_translate": "http://weblate.ucs.ru/projects/guestscreen/common/lt/",
    "fuzzy": 1,
    "total": 335,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/guestscreen/lt/",
    "translated_percent": 97.0,
    "failing": 1,
    "fuzzy_percent": 0.2,
    "translated": 325,
    "last_change": "2021-11-09T07:34:51"
}