Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 2256,
            "total_words": 81778,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2256,
            "translated_words": 81778,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 484025,
            "translated_chars_percent": 100.0,
            "total_chars": 484025,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://waldo.team/projects/dai/operations/en/",
            "translate_url": "http://waldo.team/translate/dai/operations/en/"
        },
        {
            "total": 2256,
            "total_words": 81778,
            "last_change": "2025-09-08T18:22:54.052380Z",
            "recent_changes": 3,
            "translated": 2256,
            "translated_words": 81778,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 484025,
            "translated_chars_percent": 100.0,
            "total_chars": 484025,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 14,
            "failing_percent": 0.6,
            "code": "ko",
            "name": "Korean",
            "url": "http://waldo.team/projects/dai/operations/ko/",
            "translate_url": "http://waldo.team/translate/dai/operations/ko/"
        }
    ]
}