Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 116,
            "total_words": 318,
            "last_change": null,
            "recent_changes": 0,
            "translated": 116,
            "translated_words": 318,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2173,
            "translated_chars_percent": 100.0,
            "total_chars": 2173,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 21,
            "failing_percent": 18.1,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_location/en/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_location/en/"
        },
        {
            "total": 116,
            "total_words": 318,
            "last_change": "2024-05-01T09:33:19.345259Z",
            "recent_changes": 2,
            "translated": 116,
            "translated_words": 318,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2173,
            "translated_chars_percent": 100.0,
            "total_chars": 2173,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 8,
            "failing_percent": 6.8,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_location/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_location/uk/"
        },
        {
            "total": 116,
            "total_words": 318,
            "last_change": null,
            "recent_changes": 0,
            "translated": 28,
            "translated_words": 69,
            "translated_percent": 24.1,
            "translated_words_percent": 21.6,
            "translated_chars": 456,
            "translated_chars_percent": 20.9,
            "total_chars": 2173,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 30,
            "failing_percent": 25.8,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_location/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_location/ru/"
        },
        {
            "total": 116,
            "total_words": 318,
            "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": 2173,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "de",
            "name": "de (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_location/de/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_location/de/"
        },
        {
            "total": 116,
            "total_words": 318,
            "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": 2173,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_location/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_location/fr/"
        },
        {
            "total": 116,
            "total_words": 318,
            "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": 2173,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "lt",
            "name": "lt (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_location/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_location/lt/"
        }
    ]
}