Translation components API.

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

GET /api/translations/foodfactory/common/hu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Szakács István",
    "code": "hu",
    "failing_percent": 0.6,
    "total_words": 1570,
    "translated_words": 1314,
    "url_translate": "http://weblate.ucs.ru/projects/foodfactory/common/hu/",
    "fuzzy": 1,
    "total": 617,
    "name": "Hungarian",
    "url": "http://weblate.ucs.ru/engage/foodfactory/hu/",
    "translated_percent": 84.6,
    "failing": 4,
    "fuzzy_percent": 0.1,
    "translated": 522,
    "last_change": "2021-09-21T10:47:39"
}