Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 272,
            "total_words": 1003,
            "last_change": null,
            "recent_changes": 0,
            "translated": 272,
            "translated_words": 1003,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 6512,
            "translated_chars_percent": 100.0,
            "total_chars": 6512,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 8,
            "failing_percent": 2.9,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo_knowledge_website/en/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo_knowledge_website/en/"
        },
        {
            "total": 20,
            "total_words": 69,
            "last_change": "2025-05-27T10:29:17.808936Z",
            "recent_changes": 7,
            "translated": 20,
            "translated_words": 69,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 397,
            "translated_chars_percent": 100.0,
            "total_chars": 397,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "he",
            "name": "Hebrew",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo_knowledge_website/he/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo_knowledge_website/he/"
        },
        {
            "total": 20,
            "total_words": 69,
            "last_change": "2025-07-01T11:27:28.903933Z",
            "recent_changes": 18,
            "translated": 20,
            "translated_words": 69,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 397,
            "translated_chars_percent": 100.0,
            "total_chars": 397,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 15.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo_knowledge_website/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo_knowledge_website/uk/"
        }
    ]
}