Translation components API.

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

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

{
    "last_author": "Nemanja Savić",
    "code": "sr",
    "failing_percent": 0.0,
    "total_words": 752,
    "translated_words": 521,
    "url_translate": "http://weblate.ucs.ru/projects/guestscreen/common/sr/",
    "fuzzy": 0,
    "total": 331,
    "name": "Serbian",
    "url": "http://weblate.ucs.ru/engage/guestscreen/sr/",
    "translated_percent": 70.6,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 234,
    "last_change": "2020-08-10T12:11:00"
}