Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "Mladen Genchev",
            "code": "bg",
            "failing_percent": 1.6,
            "total_words": 5555,
            "translated_words": 3577,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter2_development/bg/",
            "fuzzy": 0,
            "total": 2779,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/shelter2/bg/",
            "translated_percent": 60.2,
            "failing": 45,
            "fuzzy_percent": 0.0,
            "translated": 1675,
            "last_change": "2019-10-07T12:15:06"
        },
        {
            "last_author": "Shelter2",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 5555,
            "translated_words": 5555,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter2_development/en/",
            "fuzzy": 0,
            "total": 2779,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/shelter2/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 2779,
            "last_change": "2019-10-07T12:19:16"
        }
    ]
}