Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 1081,
            "total_words": 5808,
            "total_chars": 33688,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1078,
            "translated_words": 5796,
            "translated_percent": 99.7,
            "translated_words_percent": 99.7,
            "translated_chars": 33623,
            "translated_chars_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 64,
            "failing_percent": 5.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": "es",
            "name": "Spanish",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/interfazea/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/interfazea/es/"
        },
        {
            "total": 1081,
            "total_words": 5808,
            "total_chars": 33688,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1022,
            "translated_words": 5181,
            "translated_percent": 94.5,
            "translated_words_percent": 89.2,
            "translated_chars": 30030,
            "translated_chars_percent": 89.1,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 86,
            "failing_percent": 7.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": "eu",
            "name": "Basque",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/interfazea/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/interfazea/eu/"
        },
        {
            "total": 1081,
            "total_words": 5808,
            "total_chars": 33688,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1061,
            "translated_words": 5722,
            "translated_percent": 98.1,
            "translated_words_percent": 98.5,
            "translated_chars": 33256,
            "translated_chars_percent": 98.7,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 82,
            "failing_percent": 7.5,
            "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": "fr",
            "name": "French",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/interfazea/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/interfazea/fr/"
        },
        {
            "total": 1087,
            "total_words": 5849,
            "total_chars": 33945,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1087,
            "translated_words": 5849,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 33945,
            "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": 88,
            "failing_percent": 8.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 1087,
            "readonly_percent": 100.0,
            "readonly_words": 5849,
            "readonly_words_percent": 100.0,
            "readonly_chars": 33945,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/interfazea/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/interfazea/en/"
        }
    ]
}