Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 14,
            "total_words": 63,
            "total_chars": 354,
            "last_change": "2025-08-30T06:34:58.663546Z",
            "recent_changes": 0,
            "translated": 14,
            "translated_words": 63,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 354,
            "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": 2,
            "failing_percent": 14.2,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 14,
            "readonly_percent": 100.0,
            "readonly_words": 63,
            "readonly_words_percent": 100.0,
            "readonly_chars": 354,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://translate.gtaf.org/projects/greentech/home/en/",
            "translate_url": "http://translate.gtaf.org/translate/greentech/home/en/"
        },
        {
            "total": 14,
            "total_words": 63,
            "total_chars": 354,
            "last_change": "2025-08-31T07:34:59.340173Z",
            "recent_changes": 0,
            "translated": 14,
            "translated_words": 63,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 354,
            "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": 2,
            "failing_percent": 14.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": "bn",
            "name": "Bengali",
            "url": "http://translate.gtaf.org/projects/greentech/home/bn/",
            "translate_url": "http://translate.gtaf.org/translate/greentech/home/bn/"
        },
        {
            "total": 14,
            "total_words": 63,
            "total_chars": 354,
            "last_change": "2025-09-05T01:38:21.632296Z",
            "recent_changes": 0,
            "translated": 13,
            "translated_words": 62,
            "translated_percent": 92.8,
            "translated_words_percent": 98.4,
            "translated_chars": 350,
            "translated_chars_percent": 98.8,
            "fuzzy": 1,
            "fuzzy_percent": 7.1,
            "fuzzy_words": 1,
            "fuzzy_words_percent": 1.5,
            "fuzzy_chars": 4,
            "fuzzy_chars_percent": 1.1,
            "failing": 2,
            "failing_percent": 14.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": 1,
            "comments": 0,
            "code": "id",
            "name": "Indonesian",
            "url": "http://translate.gtaf.org/projects/greentech/home/id/",
            "translate_url": "http://translate.gtaf.org/translate/greentech/home/id/"
        }
    ]
}