Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 5,
            "total_words": 13,
            "last_change": null,
            "recent_changes": 0,
            "translated": 5,
            "translated_words": 13,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 83,
            "translated_chars_percent": 100.0,
            "total_chars": 83,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo_knowledge_multilanguage/en/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo_knowledge_multilanguage/en/"
        },
        {
            "total": 5,
            "total_words": 13,
            "last_change": "2025-05-27T10:26:20.751238Z",
            "recent_changes": 5,
            "translated": 5,
            "translated_words": 13,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 83,
            "translated_chars_percent": 100.0,
            "total_chars": 83,
            "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_multilanguage/he/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo_knowledge_multilanguage/he/"
        },
        {
            "total": 5,
            "total_words": 13,
            "last_change": "2025-05-29T08:35:25.698400Z",
            "recent_changes": 5,
            "translated": 5,
            "translated_words": 13,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 83,
            "translated_chars_percent": 100.0,
            "total_chars": 83,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 20.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo_knowledge_multilanguage/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo_knowledge_multilanguage/uk/"
        }
    ]
}