Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 29,
            "total_words": 103,
            "last_change": null,
            "recent_changes": 0,
            "translated": 29,
            "translated_words": 103,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 638,
            "translated_chars_percent": 100.0,
            "total_chars": 638,
            "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/crnd_resource_request_portal/en/",
            "translate_url": "http://weblate.crnd.pro/translate/resource-catalog-16-0/crnd_resource_request_portal/en/"
        },
        {
            "total": 29,
            "total_words": 103,
            "last_change": "2025-07-24T07:09:29.554477Z",
            "recent_changes": 2,
            "translated": 9,
            "translated_words": 24,
            "translated_percent": 31.0,
            "translated_words_percent": 23.3,
            "translated_chars": 143,
            "translated_chars_percent": 22.4,
            "total_chars": 638,
            "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/crnd_resource_request_portal/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/resource-catalog-16-0/crnd_resource_request_portal/uk/"
        }
    ]
}