Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "Alexander Shugaev",
            "code": "ast",
            "failing_percent": 13.0,
            "total_words": 75,
            "translated_words": 58,
            "url_translate": "http://weblate.ucs.ru/projects/unidrivers/unidriversl10n-fpauftrst/ast/",
            "fuzzy": 0,
            "total": 23,
            "name": "Asturian",
            "url": "http://weblate.ucs.ru/engage/unidrivers/ast/",
            "translated_percent": 65.2,
            "failing": 3,
            "fuzzy_percent": 0.0,
            "translated": 15,
            "last_change": "2018-11-29T11:46:01"
        }
    ]
}