Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 16,
            "total_words": 31,
            "last_change": null,
            "recent_changes": 0,
            "translated": 16,
            "translated_words": 31,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 172,
            "translated_chars_percent": 100.0,
            "total_chars": 172,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/generic_enumeration_software_kind/en/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/generic_enumeration_software_kind/en/"
        },
        {
            "total": 16,
            "total_words": 31,
            "last_change": "2024-12-04T21:39:12.829356Z",
            "recent_changes": 3,
            "translated": 16,
            "translated_words": 31,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 172,
            "translated_chars_percent": 100.0,
            "total_chars": 172,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/generic_enumeration_software_kind/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/generic_enumeration_software_kind/uk/"
        }
    ]
}