Translation components API.

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

GET /api/translations/cinemafv5/app-legacy/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "ru",
    "name": "Russian",
    "total": 118,
    "total_words": 857,
    "last_change": "2020-10-12T12:48:07.923642Z",
    "last_author": "Игорь",
    "translated": 112,
    "translated_words": 792,
    "translated_percent": 94.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 22,
    "failing_percent": 18.6,
    "url": "http://localization.fgae.de/engage/cinemafv5/ru/",
    "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/ru/"
}