Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 1853,
            "total_words": 26975,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1853,
            "translated_words": 26975,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 154700,
            "translated_chars_percent": 100.0,
            "total_chars": 154700,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://waldo.team/projects/wl3/quest/en/",
            "translate_url": "http://waldo.team/translate/wl3/quest/en/"
        },
        {
            "total": 1853,
            "total_words": 26975,
            "last_change": "2022-06-28T09:24:06.472019Z",
            "recent_changes": 9,
            "translated": 1853,
            "translated_words": 26975,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 154700,
            "translated_chars_percent": 100.0,
            "total_chars": 154700,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 5,
            "failing_percent": 0.2,
            "code": "ko",
            "name": "Korean",
            "url": "http://waldo.team/projects/wl3/quest/ko/",
            "translate_url": "http://waldo.team/translate/wl3/quest/ko/"
        }
    ]
}