Translation projects API.

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

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

[
    {
        "total": 1858,
        "total_words": 27615,
        "total_chars": 170793,
        "last_change": "2025-05-24T18:39:54.991212Z",
        "recent_changes": 0,
        "translated": 1858,
        "translated_words": 27615,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 170793,
        "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": 420,
        "failing_percent": 22.6,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 677,
        "readonly_percent": 36.4,
        "readonly_words": 21400,
        "readonly_words_percent": 77.4,
        "readonly_chars": 132462,
        "readonly_chars_percent": 77.5,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://weblate.foundryvtt-hub.com/projects/od6s/-/en/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/-/en/"
    },
    {
        "total": 1181,
        "total_words": 6215,
        "total_chars": 38331,
        "last_change": "2025-05-24T18:39:55.668872Z",
        "recent_changes": 0,
        "translated": 519,
        "translated_words": 2612,
        "translated_percent": 43.9,
        "translated_words_percent": 42.0,
        "translated_chars": 15889,
        "translated_chars_percent": 41.4,
        "fuzzy": 2,
        "fuzzy_percent": 0.1,
        "fuzzy_words": 28,
        "fuzzy_words_percent": 0.4,
        "fuzzy_chars": 174,
        "fuzzy_chars_percent": 0.4,
        "failing": 61,
        "failing_percent": 5.1,
        "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": "fr",
        "name": "French",
        "url": "https://weblate.foundryvtt-hub.com/projects/od6s/-/fr/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/-/fr/"
    },
    {
        "total": 1181,
        "total_words": 6215,
        "total_chars": 38331,
        "last_change": "2025-05-24T18:39:55.948487Z",
        "recent_changes": 0,
        "translated": 928,
        "translated_words": 4575,
        "translated_percent": 78.5,
        "translated_words_percent": 73.6,
        "translated_chars": 28148,
        "translated_chars_percent": 73.4,
        "fuzzy": 2,
        "fuzzy_percent": 0.1,
        "fuzzy_words": 50,
        "fuzzy_words_percent": 0.8,
        "fuzzy_chars": 273,
        "fuzzy_chars_percent": 0.7,
        "failing": 98,
        "failing_percent": 8.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": "ru",
        "name": "Russian",
        "url": "https://weblate.foundryvtt-hub.com/projects/od6s/-/ru/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/-/ru/"
    },
    {
        "total": 1788,
        "total_words": 27453,
        "total_chars": 169587,
        "last_change": "2025-05-24T18:39:55.289827Z",
        "recent_changes": 10,
        "translated": 1373,
        "translated_words": 25425,
        "translated_percent": 76.7,
        "translated_words_percent": 92.6,
        "translated_chars": 156889,
        "translated_chars_percent": 92.5,
        "fuzzy": 12,
        "fuzzy_percent": 0.6,
        "fuzzy_words": 79,
        "fuzzy_words_percent": 0.2,
        "fuzzy_chars": 487,
        "fuzzy_chars_percent": 0.2,
        "failing": 410,
        "failing_percent": 22.9,
        "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": "es",
        "name": "Spanish",
        "url": "https://weblate.foundryvtt-hub.com/projects/od6s/-/es/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/-/es/"
    }
]