Translation components API.

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

GET /api/translations/shelter2/shelter_reports/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Красюкова Мария",
    "code": "en",
    "failing_percent": 0.1,
    "total_words": 57296,
    "translated_words": 57191,
    "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter_reports/en/",
    "fuzzy": 1,
    "total": 10868,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/shelter2/en/",
    "translated_percent": 99.9,
    "failing": 15,
    "fuzzy_percent": 0.1,
    "translated": 10867,
    "last_change": "2019-10-17T10:36:13"
}