Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 1858,
            "total_words": 7636,
            "total_chars": 42260,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1856,
            "translated_words": 7636,
            "translated_percent": 99.8,
            "translated_words_percent": 100.0,
            "translated_chars": 42260,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 92,
            "failing_percent": 4.9,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/stacklands/stacklands/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/stacklands/stacklands/en/"
        },
        {
            "total": 1858,
            "total_words": 7636,
            "total_chars": 42260,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1841,
            "translated_words": 7539,
            "translated_percent": 99.0,
            "translated_words_percent": 98.7,
            "translated_chars": 41706,
            "translated_chars_percent": 98.6,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 654,
            "failing_percent": 35.1,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 2,
            "readonly_percent": 0.1,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/stacklands/stacklands/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/stacklands/stacklands/es/"
        },
        {
            "total": 1858,
            "total_words": 7636,
            "total_chars": 42260,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1841,
            "translated_words": 7539,
            "translated_percent": 99.0,
            "translated_words_percent": 98.7,
            "translated_chars": 41706,
            "translated_chars_percent": 98.6,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 151,
            "failing_percent": 8.1,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 2,
            "readonly_percent": 0.1,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/stacklands/stacklands/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/stacklands/stacklands/fr/"
        },
        {
            "total": 1858,
            "total_words": 7636,
            "total_chars": 42260,
            "last_change": "2023-11-28T19:09:37.154224Z",
            "recent_changes": 14,
            "translated": 681,
            "translated_words": 2018,
            "translated_percent": 36.6,
            "translated_words_percent": 26.4,
            "translated_chars": 11214,
            "translated_chars_percent": 26.5,
            "fuzzy": 10,
            "fuzzy_percent": 0.5,
            "fuzzy_words": 58,
            "fuzzy_words_percent": 0.7,
            "fuzzy_chars": 343,
            "fuzzy_chars_percent": 0.8,
            "failing": 12,
            "failing_percent": 0.6,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 2,
            "readonly_percent": 0.1,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "eu",
            "name": "Basque",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/stacklands/stacklands/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/stacklands/stacklands/eu/"
        }
    ]
}