Translation projects API.

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

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

[
    {
        "total": 9295,
        "total_words": 99870,
        "total_chars": 666349,
        "last_change": "2025-03-29T05:17:18.522088Z",
        "recent_changes": 0,
        "translated": 9295,
        "translated_words": 99870,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 666349,
        "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": 13,
        "failing_percent": 0.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": "en",
        "name": "English",
        "url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/-/en/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2-fr/-/en/"
    },
    {
        "total": 9295,
        "total_words": 99870,
        "total_chars": 666349,
        "last_change": "2025-03-29T05:17:29.735665Z",
        "recent_changes": 16,
        "translated": 9245,
        "translated_words": 98897,
        "translated_percent": 99.4,
        "translated_words_percent": 99.0,
        "translated_chars": 659988,
        "translated_chars_percent": 99.0,
        "fuzzy": 19,
        "fuzzy_percent": 0.2,
        "fuzzy_words": 450,
        "fuzzy_words_percent": 0.4,
        "fuzzy_chars": 2848,
        "fuzzy_chars_percent": 0.4,
        "failing": 308,
        "failing_percent": 3.3,
        "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/pf2-fr/-/fr/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2-fr/-/fr/"
    }
]