Translation components API.

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

GET /api/components/resource-catalog-16-0/generic_recource_ceav/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 8,
            "total_words": 31,
            "last_change": null,
            "recent_changes": 0,
            "translated": 8,
            "translated_words": 31,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 188,
            "translated_chars_percent": 100.0,
            "total_chars": 188,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/resource-catalog-16-0/generic_recource_ceav/en/",
            "translate_url": "http://weblate.crnd.pro/translate/resource-catalog-16-0/generic_recource_ceav/en/"
        },
        {
            "total": 8,
            "total_words": 31,
            "last_change": "2025-07-24T07:09:05.288734Z",
            "recent_changes": 1,
            "translated": 2,
            "translated_words": 5,
            "translated_percent": 25.0,
            "translated_words_percent": 16.1,
            "translated_chars": 36,
            "translated_chars_percent": 19.1,
            "total_chars": 188,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/resource-catalog-16-0/generic_recource_ceav/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/resource-catalog-16-0/generic_recource_ceav/uk/"
        }
    ]
}