Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 65708,
            "total_words": 612458,
            "last_change": null,
            "recent_changes": 0,
            "translated": 65708,
            "translated_words": 612458,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3329950,
            "translated_chars_percent": 100.0,
            "total_chars": 3329950,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://waldo.team/projects/dai/dialogue/en/",
            "translate_url": "http://waldo.team/translate/dai/dialogue/en/"
        },
        {
            "total": 65708,
            "total_words": 612458,
            "last_change": "2025-08-09T10:37:58.977607Z",
            "recent_changes": 9,
            "translated": 65708,
            "translated_words": 612458,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3329950,
            "translated_chars_percent": 100.0,
            "total_chars": 3329950,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 371,
            "failing_percent": 0.5,
            "code": "ko",
            "name": "Korean",
            "url": "http://waldo.team/projects/dai/dialogue/ko/",
            "translate_url": "http://waldo.team/translate/dai/dialogue/ko/"
        }
    ]
}