Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 497,
            "total_words": 2957,
            "total_chars": 17508,
            "last_change": null,
            "recent_changes": 0,
            "translated": 497,
            "translated_words": 2957,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 17508,
            "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": 7,
            "failing_percent": 1.4,
            "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/minimetro/jokoa/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/minimetro/jokoa/en/"
        },
        {
            "total": 497,
            "total_words": 2957,
            "total_chars": 17508,
            "last_change": null,
            "recent_changes": 0,
            "translated": 450,
            "translated_words": 2855,
            "translated_percent": 90.5,
            "translated_words_percent": 96.5,
            "translated_chars": 16898,
            "translated_chars_percent": 96.5,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 3,
            "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": 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/minimetro/jokoa/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/minimetro/jokoa/es/"
        },
        {
            "total": 497,
            "total_words": 2957,
            "total_chars": 17508,
            "last_change": null,
            "recent_changes": 0,
            "translated": 429,
            "translated_words": 2832,
            "translated_percent": 86.3,
            "translated_words_percent": 95.7,
            "translated_chars": 16748,
            "translated_chars_percent": 95.6,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 10,
            "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": "fr",
            "name": "French",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/minimetro/jokoa/fr/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/minimetro/jokoa/fr/"
        },
        {
            "total": 497,
            "total_words": 2957,
            "total_chars": 17508,
            "last_change": "2022-06-17T10:29:32.876571Z",
            "recent_changes": 27,
            "translated": 497,
            "translated_words": 2957,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 17508,
            "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": 17,
            "failing_percent": 3.4,
            "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": 382,
            "comments": 0,
            "code": "eu",
            "name": "Basque",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/minimetro/jokoa/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/minimetro/jokoa/eu/"
        }
    ]
}