Translation projects API.

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

GET /api/projects/kanka-foundry/languages/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "total": 163,
        "total_words": 987,
        "total_chars": 6304,
        "last_change": "2024-03-29T09:48:02.974268Z",
        "recent_changes": 0,
        "translated": 163,
        "translated_words": 987,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 6304,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 11,
        "failing_percent": 6.7,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://weblate.foundryvtt-hub.com/projects/kanka-foundry/-/en/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/kanka-foundry/-/en/"
    },
    {
        "total": 163,
        "total_words": 987,
        "total_chars": 6304,
        "last_change": "2024-03-29T09:48:03.553607Z",
        "recent_changes": 0,
        "translated": 163,
        "translated_words": 987,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 6304,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 20,
        "failing_percent": 12.2,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "de",
        "name": "German",
        "url": "https://weblate.foundryvtt-hub.com/projects/kanka-foundry/-/de/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/kanka-foundry/-/de/"
    },
    {
        "total": 163,
        "total_words": 987,
        "total_chars": 6304,
        "last_change": "2024-03-29T09:48:04.074319Z",
        "recent_changes": 0,
        "translated": 110,
        "translated_words": 848,
        "translated_percent": 67.4,
        "translated_words_percent": 85.9,
        "translated_chars": 5407,
        "translated_chars_percent": 85.7,
        "fuzzy": 1,
        "fuzzy_percent": 0.6,
        "fuzzy_words": 1,
        "fuzzy_words_percent": 0.1,
        "fuzzy_chars": 6,
        "fuzzy_chars_percent": 0.1,
        "failing": 6,
        "failing_percent": 3.6,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "it",
        "name": "Italian",
        "url": "https://weblate.foundryvtt-hub.com/projects/kanka-foundry/-/it/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/kanka-foundry/-/it/"
    },
    {
        "total": 163,
        "total_words": 987,
        "total_chars": 6304,
        "last_change": "2024-03-29T09:48:04.535849Z",
        "recent_changes": 0,
        "translated": 110,
        "translated_words": 848,
        "translated_percent": 67.4,
        "translated_words_percent": 85.9,
        "translated_chars": 5407,
        "translated_chars_percent": 85.7,
        "fuzzy": 1,
        "fuzzy_percent": 0.6,
        "fuzzy_words": 1,
        "fuzzy_words_percent": 0.1,
        "fuzzy_chars": 6,
        "fuzzy_chars_percent": 0.1,
        "failing": 0,
        "failing_percent": 0.0,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "pt_BR",
        "name": "Portuguese (Brazil)",
        "url": "https://weblate.foundryvtt-hub.com/projects/kanka-foundry/-/pt_BR/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/kanka-foundry/-/pt_BR/"
    }
]