Translation components API.

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

GET /api/components/rk_metrica/plugin/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": "localizeboat",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 104,
            "translated_words": 104,
            "url_translate": "http://weblate.ucs.ru/projects/rk_metrica/plugin/en/",
            "fuzzy": 0,
            "total": 62,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_metrica/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 62,
            "last_change": "2020-06-29T11:42:20"
        },
        {
            "last_author": "Ficsór Imre",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 104,
            "translated_words": 21,
            "url_translate": "http://weblate.ucs.ru/projects/rk_metrica/plugin/hu/",
            "fuzzy": 0,
            "total": 62,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_metrica/hu/",
            "translated_percent": 19.3,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 12,
            "last_change": "2020-10-30T16:12:07"
        },
        {
            "last_author": null,
            "code": "lt",
            "failing_percent": 0.0,
            "total_words": 104,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/rk_metrica/plugin/lt/",
            "fuzzy": 0,
            "total": 62,
            "name": "Lithuanian",
            "url": "http://weblate.ucs.ru/engage/rk_metrica/lt/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        }
    ]
}