Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "Mladen Genchev",
            "code": "bg",
            "failing_percent": 0.7,
            "total_words": 27703,
            "translated_words": 19655,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter2_shelter/bg/",
            "fuzzy": 0,
            "total": 10025,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/shelter2/bg/",
            "translated_percent": 65.6,
            "failing": 76,
            "fuzzy_percent": 0.0,
            "translated": 6577,
            "last_change": "2019-10-28T10:04:33"
        },
        {
            "last_author": "Красюкова Мария",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 27703,
            "translated_words": 27703,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter2_shelter/en/",
            "fuzzy": 0,
            "total": 10025,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/shelter2/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 10025,
            "last_change": "2019-10-17T10:17:41"
        },
        {
            "last_author": "Rkeeper Macedonia",
            "code": "mk",
            "failing_percent": 0.2,
            "total_words": 27703,
            "translated_words": 355,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter2_shelter/mk/",
            "fuzzy": 0,
            "total": 10025,
            "name": "Macedonian",
            "url": "http://weblate.ucs.ru/engage/shelter2/mk/",
            "translated_percent": 3.2,
            "failing": 24,
            "fuzzy_percent": 0.0,
            "translated": 321,
            "last_change": "2021-05-10T08:49:49"
        }
    ]
}