Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 1181,
            "total_words": 6215,
            "total_chars": 38331,
            "last_change": "2025-05-24T18:39:54.991212Z",
            "recent_changes": 0,
            "translated": 1181,
            "translated_words": 6215,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 38331,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 271,
            "failing_percent": 22.9,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://weblate.foundryvtt-hub.com/projects/od6s/main/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/main/en/"
        },
        {
            "total": 1181,
            "total_words": 6215,
            "total_chars": 38331,
            "last_change": "2025-05-24T18:39:55.289827Z",
            "recent_changes": 0,
            "translated": 855,
            "translated_words": 4199,
            "translated_percent": 72.3,
            "translated_words_percent": 67.5,
            "translated_chars": 25744,
            "translated_chars_percent": 67.1,
            "fuzzy": 3,
            "fuzzy_percent": 0.2,
            "fuzzy_words": 68,
            "fuzzy_words_percent": 1.0,
            "fuzzy_chars": 394,
            "fuzzy_chars_percent": 1.0,
            "failing": 169,
            "failing_percent": 14.3,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://weblate.foundryvtt-hub.com/projects/od6s/main/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/main/es/"
        },
        {
            "total": 1181,
            "total_words": 6215,
            "total_chars": 38331,
            "last_change": "2025-05-24T18:39:55.668872Z",
            "recent_changes": 0,
            "translated": 519,
            "translated_words": 2612,
            "translated_percent": 43.9,
            "translated_words_percent": 42.0,
            "translated_chars": 15889,
            "translated_chars_percent": 41.4,
            "fuzzy": 2,
            "fuzzy_percent": 0.1,
            "fuzzy_words": 28,
            "fuzzy_words_percent": 0.4,
            "fuzzy_chars": 174,
            "fuzzy_chars_percent": 0.4,
            "failing": 61,
            "failing_percent": 5.1,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://weblate.foundryvtt-hub.com/projects/od6s/main/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/main/fr/"
        },
        {
            "total": 1181,
            "total_words": 6215,
            "total_chars": 38331,
            "last_change": "2025-05-24T18:39:55.948487Z",
            "recent_changes": 0,
            "translated": 928,
            "translated_words": 4575,
            "translated_percent": 78.5,
            "translated_words_percent": 73.6,
            "translated_chars": 28148,
            "translated_chars_percent": 73.4,
            "fuzzy": 2,
            "fuzzy_percent": 0.1,
            "fuzzy_words": 50,
            "fuzzy_words_percent": 0.8,
            "fuzzy_chars": 273,
            "fuzzy_chars_percent": 0.7,
            "failing": 98,
            "failing_percent": 8.2,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ru",
            "name": "Russian",
            "url": "https://weblate.foundryvtt-hub.com/projects/od6s/main/ru/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/main/ru/"
        }
    ]
}