Translation components API.

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

GET /api/components/bureaucrat-generics-17-0/generic_resource_location/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 24,
            "total_words": 49,
            "last_change": null,
            "recent_changes": 0,
            "translated": 24,
            "translated_words": 49,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 322,
            "translated_chars_percent": 100.0,
            "total_chars": 322,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 4,
            "failing_percent": 16.6,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_resource_location/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_resource_location/en/"
        },
        {
            "total": 23,
            "total_words": 47,
            "last_change": null,
            "recent_changes": 0,
            "translated": 8,
            "translated_words": 15,
            "translated_percent": 34.7,
            "translated_words_percent": 31.9,
            "translated_chars": 115,
            "translated_chars_percent": 37.2,
            "total_chars": 309,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 5,
            "failing_percent": 21.7,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_resource_location/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_resource_location/ru/"
        },
        {
            "total": 23,
            "total_words": 47,
            "last_change": "2025-02-27T08:39:46.276717Z",
            "recent_changes": 2,
            "translated": 23,
            "translated_words": 47,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 309,
            "translated_chars_percent": 100.0,
            "total_chars": 309,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_resource_location/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_resource_location/uk/"
        },
        {
            "total": 23,
            "total_words": 47,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 309,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "de",
            "name": "de (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_resource_location/de/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_resource_location/de/"
        },
        {
            "total": 23,
            "total_words": 47,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 4.3,
            "translated_words_percent": 4.2,
            "translated_chars": 16,
            "translated_chars_percent": 5.1,
            "total_chars": 309,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 8.6,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_resource_location/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_resource_location/fr/"
        },
        {
            "total": 23,
            "total_words": 47,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 309,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "lt",
            "name": "lt (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_resource_location/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_resource_location/lt/"
        },
        {
            "total": 22,
            "total_words": 47,
            "last_change": null,
            "recent_changes": 0,
            "translated": 22,
            "translated_words": 47,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 305,
            "translated_chars_percent": 100.0,
            "total_chars": 305,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "tr",
            "name": "tr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_resource_location/tr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_resource_location/tr/"
        }
    ]
}