Translation components API.

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

GET /api/components/cubica/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": 428,
            "total_words": 1327,
            "last_change": "2024-02-23T11:06:56.043095Z",
            "recent_changes": 1,
            "translated": 160,
            "translated_words": 415,
            "translated_percent": 37.3,
            "translated_words_percent": 31.2,
            "translated_chars": 2299,
            "translated_chars_percent": 31.2,
            "total_chars": 7357,
            "fuzzy": 268,
            "fuzzy_percent": 62.6,
            "failing": 270,
            "failing_percent": 63.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/ui/es/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/ui/es/"
        },
        {
            "total": 428,
            "total_words": 1327,
            "last_change": "2023-08-23T20:51:48.324002Z",
            "recent_changes": 2,
            "translated": 415,
            "translated_words": 1287,
            "translated_percent": 96.9,
            "translated_words_percent": 96.9,
            "translated_chars": 7109,
            "translated_chars_percent": 96.6,
            "total_chars": 7357,
            "fuzzy": 13,
            "fuzzy_percent": 3.0,
            "failing": 13,
            "failing_percent": 3.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/ui/ru/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/ui/ru/"
        },
        {
            "total": 428,
            "total_words": 1327,
            "last_change": "2023-11-23T20:51:33.876113Z",
            "recent_changes": 1,
            "translated": 363,
            "translated_words": 1101,
            "translated_percent": 84.8,
            "translated_words_percent": 82.9,
            "translated_chars": 6037,
            "translated_chars_percent": 82.0,
            "total_chars": 7357,
            "fuzzy": 65,
            "fuzzy_percent": 15.1,
            "failing": 67,
            "failing_percent": 15.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/ui/vi/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/ui/vi/"
        },
        {
            "total": 428,
            "total_words": 1327,
            "last_change": null,
            "recent_changes": 0,
            "translated": 428,
            "translated_words": 1327,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 7357,
            "translated_chars_percent": 100.0,
            "total_chars": 7357,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 80,
            "failing_percent": 18.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 428,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://translate.blockstory.net/projects/cubica/ui/en/",
            "translate_url": "http://translate.blockstory.net/translate/cubica/ui/en/"
        }
    ]
}