Translation components API.

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

GET /api/components/kdspro/common/statistics/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 21,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/kdspro/common/statistics/?format=api",
    "results": [
        {
            "last_author": "Фарид Джафаров",
            "code": "az",
            "failing_percent": 0.0,
            "total_words": 144,
            "translated_words": 98,
            "url_translate": "http://weblate.ucs.ru/projects/kdspro/common/az/",
            "fuzzy": 0,
            "total": 66,
            "name": "Azerbaijani",
            "url": "http://weblate.ucs.ru/engage/kdspro/az/",
            "translated_percent": 74.2,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 49,
            "last_change": "2021-10-13T11:49:35"
        }
    ]
}