Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 2762,
            "total_words": 19735,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2762,
            "translated_words": 19735,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 134799,
            "translated_chars_percent": 100.0,
            "total_chars": 134799,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 280,
            "failing_percent": 10.1,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 2762,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "pl",
            "name": "Polish",
            "url": "https://translations.scummvm.org/projects/prince/prince/pl/",
            "translate_url": "https://translations.scummvm.org/translate/prince/prince/pl/"
        },
        {
            "total": 2758,
            "total_words": 19726,
            "last_change": "2021-05-06T23:44:42.235750Z",
            "recent_changes": 1,
            "translated": 2758,
            "translated_words": 19726,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 134755,
            "translated_chars_percent": 100.0,
            "total_chars": 134755,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 202,
            "failing_percent": 7.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 1,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://translations.scummvm.org/projects/prince/prince/de/",
            "translate_url": "https://translations.scummvm.org/translate/prince/prince/de/"
        },
        {
            "total": 2762,
            "total_words": 19735,
            "last_change": "2021-11-19T23:49:46.008247Z",
            "recent_changes": 457,
            "translated": 2762,
            "translated_words": 19735,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 134799,
            "translated_chars_percent": 100.0,
            "total_chars": 134799,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 6,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translations.scummvm.org/projects/prince/prince/en/",
            "translate_url": "https://translations.scummvm.org/translate/prince/prince/en/"
        },
        {
            "total": 2758,
            "total_words": 19726,
            "last_change": "2024-03-05T20:58:30.247570Z",
            "recent_changes": 6,
            "translated": 2758,
            "translated_words": 19726,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 134755,
            "translated_chars_percent": 100.0,
            "total_chars": 134755,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 184,
            "failing_percent": 6.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 1,
            "code": "ru",
            "name": "Russian",
            "url": "https://translations.scummvm.org/projects/prince/prince/ru/",
            "translate_url": "https://translations.scummvm.org/translate/prince/prince/ru/"
        }
    ]
}