Translation components API.

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

GET /api/components/ooops-mixin-14-0/access_settings_menu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 2,
            "total_words": 4,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 23,
            "translated_chars_percent": 100.0,
            "total_chars": 23,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/access_settings_menu/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/access_settings_menu/en/"
        },
        {
            "total": 2,
            "total_words": 4,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 23,
            "translated_chars_percent": 100.0,
            "total_chars": 23,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "de",
            "name": "German",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/access_settings_menu/de/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/access_settings_menu/de/"
        },
        {
            "total": 2,
            "total_words": 4,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 23,
            "translated_chars_percent": 100.0,
            "total_chars": 23,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "es_CR",
            "name": "Spanish (Costa Rica)",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/access_settings_menu/es_CR/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/access_settings_menu/es_CR/"
        },
        {
            "total": 2,
            "total_words": 4,
            "last_change": "2022-03-17T11:52:33.573580Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 50.0,
            "translated_words_percent": 25.0,
            "translated_chars": 5,
            "translated_chars_percent": 21.7,
            "total_chars": 23,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/access_settings_menu/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/access_settings_menu/it/"
        }
    ]
}