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.0,
    "total_words": 1401,
    "translated_words": 1318,
    "url_translate": "http://weblate.ucs.ru/projects/foodfactory/common/hu/",
    "fuzzy": 0,
    "total": 546,
    "name": "Hungarian",
    "url": "http://weblate.ucs.ru/engage/foodfactory/hu/",
    "translated_percent": 95.7,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 523,
    "last_change": "2021-09-21T10:47:39"
}