Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 164,
            "total_words": 592,
            "last_change": null,
            "recent_changes": 0,
            "translated": 164,
            "translated_words": 592,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3584,
            "translated_chars_percent": 100.0,
            "total_chars": 3584,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 4,
            "failing_percent": 2.4,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 164,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://translate.blockstory.net/projects/cubica/skill/en/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/skill/en/"
        },
        {
            "total": 164,
            "total_words": 592,
            "last_change": "2024-04-07T11:06:34.438554Z",
            "recent_changes": 1,
            "translated": 10,
            "translated_words": 19,
            "translated_percent": 6.0,
            "translated_words_percent": 3.2,
            "translated_chars": 110,
            "translated_chars_percent": 3.0,
            "total_chars": 3584,
            "fuzzy": 154,
            "fuzzy_percent": 93.9,
            "failing": 89,
            "failing_percent": 54.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "http://translate.blockstory.net/projects/cubica/skill/es/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/skill/es/"
        },
        {
            "total": 164,
            "total_words": 592,
            "last_change": null,
            "recent_changes": 0,
            "translated": 164,
            "translated_words": 592,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3584,
            "translated_chars_percent": 100.0,
            "total_chars": 3584,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 0.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ru",
            "name": "Russian",
            "url": "http://translate.blockstory.net/projects/cubica/skill/ru/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/skill/ru/"
        },
        {
            "total": 164,
            "total_words": 592,
            "last_change": null,
            "recent_changes": 0,
            "translated": 164,
            "translated_words": 592,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3584,
            "translated_chars_percent": 100.0,
            "total_chars": 3584,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 0.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "vi",
            "name": "Vietnamese",
            "url": "http://translate.blockstory.net/projects/cubica/skill/vi/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/skill/vi/"
        }
    ]
}