Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 4810,
            "total_words": 15636,
            "total_chars": 90919,
            "last_change": "2021-09-03T21:17:16.145220Z",
            "recent_changes": 121,
            "translated": 4689,
            "translated_words": 15038,
            "translated_percent": 97.4,
            "translated_words_percent": 96.1,
            "translated_chars": 87608,
            "translated_chars_percent": 96.3,
            "fuzzy": 121,
            "fuzzy_percent": 2.5,
            "fuzzy_words": 598,
            "fuzzy_words_percent": 3.8,
            "fuzzy_chars": 3311,
            "fuzzy_chars_percent": 3.6,
            "failing": 155,
            "failing_percent": 3.2,
            "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/minecraft/jokoa/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/minecraft/jokoa/es/"
        },
        {
            "total": 4810,
            "total_words": 15636,
            "total_chars": 90919,
            "last_change": "2021-09-03T21:17:33.099147Z",
            "recent_changes": 92,
            "translated": 4201,
            "translated_words": 12312,
            "translated_percent": 87.3,
            "translated_words_percent": 78.7,
            "translated_chars": 72214,
            "translated_chars_percent": 79.4,
            "fuzzy": 92,
            "fuzzy_percent": 1.9,
            "fuzzy_words": 413,
            "fuzzy_words_percent": 2.6,
            "fuzzy_chars": 2337,
            "fuzzy_chars_percent": 2.5,
            "failing": 56,
            "failing_percent": 1.1,
            "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/minecraft/jokoa/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/minecraft/jokoa/eu/"
        },
        {
            "total": 4810,
            "total_words": 15636,
            "total_chars": 90919,
            "last_change": null,
            "recent_changes": 0,
            "translated": 4810,
            "translated_words": 15636,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 90919,
            "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": 161,
            "failing_percent": 3.3,
            "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/minecraft/jokoa/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/minecraft/jokoa/en/"
        }
    ]
}