Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "Кристина Спасова",
            "code": "bg",
            "failing_percent": 1.4,
            "total_words": 57296,
            "translated_words": 26585,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter_reports/bg/",
            "fuzzy": 0,
            "total": 10868,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/shelter2/bg/",
            "translated_percent": 28.2,
            "failing": 159,
            "fuzzy_percent": 0.0,
            "translated": 3066,
            "last_change": "2020-11-20T08:16:45"
        },
        {
            "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"
        },
        {
            "last_author": null,
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 57296,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter_reports/ru/",
            "fuzzy": 0,
            "total": 10868,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/shelter2/ru/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 57296,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter_reports/hu/",
            "fuzzy": 0,
            "total": 10868,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/shelter2/hu/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        }
    ]
}