Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 110,
            "total_words": 219,
            "total_chars": 1222,
            "last_change": "2025-08-30T07:11:24.962021Z",
            "recent_changes": 0,
            "translated": 110,
            "translated_words": 219,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1222,
            "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": 7,
            "failing_percent": 6.3,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 110,
            "readonly_percent": 100.0,
            "readonly_words": 219,
            "readonly_words_percent": 100.0,
            "readonly_chars": 1222,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://translate.gtaf.org/projects/greentech/ramadan/en/",
            "translate_url": "http://translate.gtaf.org/translate/greentech/ramadan/en/"
        },
        {
            "total": 110,
            "total_words": 219,
            "total_chars": 1222,
            "last_change": "2025-08-30T07:11:25.362140Z",
            "recent_changes": 0,
            "translated": 108,
            "translated_words": 219,
            "translated_percent": 98.1,
            "translated_words_percent": 100.0,
            "translated_chars": 1222,
            "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": 16,
            "failing_percent": 14.5,
            "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": "bn",
            "name": "Bengali",
            "url": "http://translate.gtaf.org/projects/greentech/ramadan/bn/",
            "translate_url": "http://translate.gtaf.org/translate/greentech/ramadan/bn/"
        },
        {
            "total": 110,
            "total_words": 219,
            "total_chars": 1222,
            "last_change": "2025-09-15T12:30:14.086550Z",
            "recent_changes": 3,
            "translated": 106,
            "translated_words": 217,
            "translated_percent": 96.3,
            "translated_words_percent": 99.0,
            "translated_chars": 1215,
            "translated_chars_percent": 99.4,
            "fuzzy": 2,
            "fuzzy_percent": 1.8,
            "fuzzy_words": 2,
            "fuzzy_words_percent": 0.9,
            "fuzzy_chars": 7,
            "fuzzy_chars_percent": 0.5,
            "failing": 8,
            "failing_percent": 7.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": "id",
            "name": "Indonesian",
            "url": "http://translate.gtaf.org/projects/greentech/ramadan/id/",
            "translate_url": "http://translate.gtaf.org/translate/greentech/ramadan/id/"
        }
    ]
}