Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 406,
            "total_words": 1065,
            "last_change": null,
            "recent_changes": 0,
            "translated": 406,
            "translated_words": 1065,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 6275,
            "translated_chars_percent": 100.0,
            "total_chars": 6275,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 206,
            "failing_percent": 50.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 406,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://translate.blockstory.net/projects/cubica/skin/en/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/skin/en/"
        },
        {
            "total": 406,
            "total_words": 1065,
            "last_change": "2024-04-08T11:06:53.667092Z",
            "recent_changes": 7,
            "translated": 3,
            "translated_words": 4,
            "translated_percent": 0.7,
            "translated_words_percent": 0.3,
            "translated_chars": 20,
            "translated_chars_percent": 0.3,
            "total_chars": 6275,
            "fuzzy": 403,
            "fuzzy_percent": 99.2,
            "failing": 264,
            "failing_percent": 65.0,
            "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/skin/es/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/skin/es/"
        },
        {
            "total": 406,
            "total_words": 1065,
            "last_change": "2024-04-08T11:07:27.281661Z",
            "recent_changes": 4,
            "translated": 26,
            "translated_words": 46,
            "translated_percent": 6.4,
            "translated_words_percent": 4.3,
            "translated_chars": 291,
            "translated_chars_percent": 4.6,
            "total_chars": 6275,
            "fuzzy": 380,
            "fuzzy_percent": 93.5,
            "failing": 256,
            "failing_percent": 63.0,
            "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/skin/ru/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/skin/ru/"
        },
        {
            "total": 406,
            "total_words": 1065,
            "last_change": "2024-04-08T11:07:35.463475Z",
            "recent_changes": 1,
            "translated": 298,
            "translated_words": 839,
            "translated_percent": 73.3,
            "translated_words_percent": 78.7,
            "translated_chars": 4997,
            "translated_chars_percent": 79.6,
            "total_chars": 6275,
            "fuzzy": 108,
            "fuzzy_percent": 26.6,
            "failing": 58,
            "failing_percent": 14.2,
            "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/skin/vi/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/skin/vi/"
        }
    ]
}