Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 43,
            "total_words": 941,
            "total_chars": 6662,
            "last_change": null,
            "recent_changes": 0,
            "translated": 43,
            "translated_words": 941,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 6662,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 4,
            "failing_percent": 9.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.funkwhale.audio/projects/website-remake/content/en/",
            "translate_url": "https://translate.funkwhale.audio/translate/website-remake/content/en/"
        },
        {
            "total": 43,
            "total_words": 941,
            "total_chars": 6662,
            "last_change": "2023-12-14T10:29:40.102941Z",
            "recent_changes": 4,
            "translated": 43,
            "translated_words": 941,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 6662,
            "translated_chars_percent": 100.0,
            "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": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://translate.funkwhale.audio/projects/website-remake/content/de/",
            "translate_url": "https://translate.funkwhale.audio/translate/website-remake/content/de/"
        },
        {
            "total": 43,
            "total_words": 941,
            "total_chars": 6662,
            "last_change": "2023-12-14T10:38:52.822395Z",
            "recent_changes": 3,
            "translated": 43,
            "translated_words": 941,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 6662,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 2.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://translate.funkwhale.audio/projects/website-remake/content/fr/",
            "translate_url": "https://translate.funkwhale.audio/translate/website-remake/content/fr/"
        },
        {
            "total": 43,
            "total_words": 941,
            "total_chars": 6662,
            "last_change": "2023-12-14T10:40:21.264469Z",
            "recent_changes": 4,
            "translated": 43,
            "translated_words": 941,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 6662,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 4.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://translate.funkwhale.audio/projects/website-remake/content/es/",
            "translate_url": "https://translate.funkwhale.audio/translate/website-remake/content/es/"
        },
        {
            "total": 43,
            "total_words": 941,
            "total_chars": 6662,
            "last_change": "2023-12-14T10:36:59.833454Z",
            "recent_changes": 4,
            "translated": 43,
            "translated_words": 941,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 6662,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 6.9,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "https://translate.funkwhale.audio/projects/website-remake/content/zh_Hans/",
            "translate_url": "https://translate.funkwhale.audio/translate/website-remake/content/zh_Hans/"
        },
        {
            "total": 43,
            "total_words": 941,
            "total_chars": 6662,
            "last_change": "2024-04-28T16:16:50.370557Z",
            "recent_changes": 17,
            "translated": 16,
            "translated_words": 104,
            "translated_percent": 37.2,
            "translated_words_percent": 11.0,
            "translated_chars": 646,
            "translated_chars_percent": 9.6,
            "fuzzy": 27,
            "fuzzy_percent": 62.7,
            "failing": 28,
            "failing_percent": 65.1,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "pt",
            "name": "Portuguese",
            "url": "https://translate.funkwhale.audio/projects/website-remake/content/pt/",
            "translate_url": "https://translate.funkwhale.audio/translate/website-remake/content/pt/"
        }
    ]
}