Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 26,
            "total_words": 60,
            "last_change": null,
            "recent_changes": 0,
            "translated": 26,
            "translated_words": 60,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 428,
            "translated_chars_percent": 100.0,
            "total_chars": 428,
            "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/web_debranding/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/web_debranding/en/"
        },
        {
            "total": 23,
            "total_words": 50,
            "last_change": null,
            "recent_changes": 0,
            "translated": 6,
            "translated_words": 17,
            "translated_percent": 26.0,
            "translated_words_percent": 34.0,
            "translated_chars": 122,
            "translated_chars_percent": 32.7,
            "total_chars": 372,
            "fuzzy": 2,
            "fuzzy_percent": 8.6,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "es_CR",
            "name": "Spanish (Costa Rica)",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/web_debranding/es_CR/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/web_debranding/es_CR/"
        },
        {
            "total": 23,
            "total_words": 50,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2,
            "translated_words": 7,
            "translated_percent": 8.6,
            "translated_words_percent": 14.0,
            "translated_chars": 49,
            "translated_chars_percent": 13.1,
            "total_chars": 372,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ru",
            "name": "Russian",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/web_debranding/ru/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/web_debranding/ru/"
        },
        {
            "total": 26,
            "total_words": 60,
            "last_change": "2022-03-17T15:13:31.935056Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 4,
            "translated_percent": 11.5,
            "translated_words_percent": 6.6,
            "translated_chars": 25,
            "translated_chars_percent": 5.8,
            "total_chars": 428,
            "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/web_debranding/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/web_debranding/it/"
        }
    ]
}