Translation components API.

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

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

{
    "count": 26,
    "next": null,
    "previous": "https://weblate.alelec.net/api/components/navdy/hud/statistics/?format=api",
    "results": [
        {
            "code": "sv",
            "name": "Swedish",
            "total": 910,
            "total_words": 2548,
            "last_change": "2020-09-15T16:06:16.582835Z",
            "last_author": "Bob Melander",
            "recent_changes": 706,
            "translated": 910,
            "translated_words": 2548,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 38,
            "failing_percent": 4.2,
            "url": "https://weblate.alelec.net/engage/navdy/sv/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/hud/sv/"
        },
        {
            "code": "th",
            "name": "Thai",
            "total": 910,
            "total_words": 2548,
            "last_change": null,
            "last_author": null,
            "recent_changes": 0,
            "translated": 16,
            "translated_words": 68,
            "translated_percent": 1.8,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 0.2,
            "url": "https://weblate.alelec.net/engage/navdy/th/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/hud/th/"
        },
        {
            "code": "tl",
            "name": "Tagalog",
            "total": 910,
            "total_words": 2548,
            "last_change": null,
            "last_author": null,
            "recent_changes": 0,
            "translated": 15,
            "translated_words": 67,
            "translated_percent": 1.6,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 0.1,
            "url": "https://weblate.alelec.net/engage/navdy/tl/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/hud/tl/"
        },
        {
            "code": "tr",
            "name": "Turkish",
            "total": 910,
            "total_words": 2548,
            "last_change": "2021-03-15T20:00:28.759117Z",
            "last_author": "Nuh Ercan",
            "recent_changes": 469,
            "translated": 910,
            "translated_words": 2548,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 16,
            "failing_percent": 1.8,
            "url": "https://weblate.alelec.net/engage/navdy/tr/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/hud/tr/"
        },
        {
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "total": 910,
            "total_words": 2548,
            "last_change": "2020-03-13T17:31:02.936861Z",
            "last_author": "Kevin Li",
            "recent_changes": 49,
            "translated": 130,
            "translated_words": 472,
            "translated_percent": 14.3,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 0.2,
            "url": "https://weblate.alelec.net/engage/navdy/zh_Hans/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/hud/zh_Hans/"
        },
        {
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "total": 910,
            "total_words": 2548,
            "last_change": "2021-07-17T05:16:53.408674Z",
            "last_author": "Jordan Yeh",
            "recent_changes": 8,
            "translated": 461,
            "translated_words": 1401,
            "translated_percent": 50.7,
            "fuzzy": 3,
            "fuzzy_percent": 0.3,
            "failing": 11,
            "failing_percent": 1.2,
            "url": "https://weblate.alelec.net/engage/navdy/zh_Hant/",
            "url_translate": "https://weblate.alelec.net/projects/navdy/hud/zh_Hant/"
        }
    ]
}