Translation components API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 284,
            "total_words": 1080,
            "last_change": null,
            "recent_changes": 0,
            "translated": 284,
            "translated_words": 1080,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 7197,
            "translated_chars_percent": 100.0,
            "total_chars": 7197,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 8,
            "failing_percent": 2.8,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo-knowledge/en/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo-knowledge/en/"
        },
        {
            "total": 259,
            "total_words": 950,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 6222,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "de",
            "name": "de (generated)",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo-knowledge/de/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo-knowledge/de/"
        },
        {
            "total": 259,
            "total_words": 950,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 6222,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo-knowledge/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo-knowledge/fr/"
        },
        {
            "total": 259,
            "total_words": 950,
            "last_change": "2025-05-27T14:39:13.635370Z",
            "recent_changes": 260,
            "translated": 259,
            "translated_words": 950,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 6222,
            "translated_chars_percent": 100.0,
            "total_chars": 6222,
            "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/he/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo-knowledge/he/"
        },
        {
            "total": 259,
            "total_words": 950,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 6222,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "lt",
            "name": "lt (generated)",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo-knowledge/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo-knowledge/lt/"
        },
        {
            "total": 259,
            "total_words": 950,
            "last_change": null,
            "recent_changes": 0,
            "translated": 8,
            "translated_words": 26,
            "translated_percent": 3.0,
            "translated_words_percent": 2.7,
            "translated_chars": 137,
            "translated_chars_percent": 2.2,
            "total_chars": 6222,
            "fuzzy": 1,
            "fuzzy_percent": 0.3,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo-knowledge/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo-knowledge/ru/"
        },
        {
            "total": 259,
            "total_words": 950,
            "last_change": "2025-07-01T13:47:29.286509Z",
            "recent_changes": 251,
            "translated": 259,
            "translated_words": 950,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 6222,
            "translated_chars_percent": 100.0,
            "total_chars": 6222,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 7,
            "failing_percent": 2.7,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo-knowledge/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo-knowledge/uk/"
        }
    ]
}