Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 96,
            "total_words": 242,
            "total_chars": 1638,
            "last_change": null,
            "recent_changes": 0,
            "translated": 56,
            "translated_words": 98,
            "translated_percent": 58.3,
            "translated_words_percent": 40.4,
            "translated_chars": 689,
            "translated_chars_percent": 42.0,
            "fuzzy": 5,
            "fuzzy_percent": 5.2,
            "fuzzy_words": 8,
            "fuzzy_words_percent": 3.3,
            "fuzzy_chars": 45,
            "fuzzy_chars_percent": 2.7,
            "failing": 1,
            "failing_percent": 1.0,
            "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/superstarfighter/ui/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/superstarfighter/ui/eu/"
        },
        {
            "total": 96,
            "total_words": 242,
            "total_chars": 1638,
            "last_change": null,
            "recent_changes": 0,
            "translated": 58,
            "translated_words": 103,
            "translated_percent": 60.4,
            "translated_words_percent": 42.5,
            "translated_chars": 719,
            "translated_chars_percent": 43.8,
            "fuzzy": 5,
            "fuzzy_percent": 5.2,
            "fuzzy_words": 8,
            "fuzzy_words_percent": 3.3,
            "fuzzy_chars": 45,
            "fuzzy_chars_percent": 2.7,
            "failing": 1,
            "failing_percent": 1.0,
            "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/superstarfighter/ui/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/superstarfighter/ui/fr/"
        },
        {
            "total": 96,
            "total_words": 242,
            "total_chars": 1638,
            "last_change": null,
            "recent_changes": 0,
            "translated": 96,
            "translated_words": 242,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1638,
            "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": 36,
            "failing_percent": 37.5,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 96,
            "readonly_percent": 100.0,
            "readonly_words": 242,
            "readonly_words_percent": 100.0,
            "readonly_chars": 1638,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/superstarfighter/ui/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/superstarfighter/ui/en/"
        },
        {
            "total": 96,
            "total_words": 242,
            "total_chars": 1638,
            "last_change": null,
            "recent_changes": 0,
            "translated": 57,
            "translated_words": 101,
            "translated_percent": 59.3,
            "translated_words_percent": 41.7,
            "translated_chars": 697,
            "translated_chars_percent": 42.5,
            "fuzzy": 5,
            "fuzzy_percent": 5.2,
            "fuzzy_words": 6,
            "fuzzy_words_percent": 2.4,
            "fuzzy_chars": 41,
            "fuzzy_chars_percent": 2.5,
            "failing": 2,
            "failing_percent": 2.0,
            "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/superstarfighter/ui/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/superstarfighter/ui/es/"
        }
    ]
}