Translation components API.

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

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

{
    "last_author": "Alexander Shugaev",
    "code": "de_AT",
    "failing_percent": 0.0,
    "total_words": 35,
    "translated_words": 35,
    "url_translate": "http://weblate.ucs.ru/projects/foodfactory/auth/de_AT/",
    "fuzzy": 0,
    "total": 18,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/foodfactory/de_AT/",
    "translated_percent": 100.0,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 18,
    "last_change": "2020-10-08T07:22:46"
}