Translation projects API.

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

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

[
    {
        "total": 196,
        "total_words": 574,
        "total_chars": 3697,
        "last_change": "2024-10-26T08:56:58.488378Z",
        "recent_changes": 0,
        "translated": 171,
        "translated_words": 358,
        "translated_percent": 87.2,
        "translated_words_percent": 62.3,
        "translated_chars": 2315,
        "translated_chars_percent": 62.6,
        "fuzzy": 1,
        "fuzzy_percent": 0.5,
        "fuzzy_words": 2,
        "fuzzy_words_percent": 0.3,
        "fuzzy_chars": 17,
        "fuzzy_chars_percent": 0.4,
        "failing": 12,
        "failing_percent": 6.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": 4,
        "comments": 0,
        "code": "ca",
        "name": "Catalan",
        "url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/-/ca/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/-/ca/"
    },
    {
        "total": 196,
        "total_words": 574,
        "total_chars": 3697,
        "last_change": "2024-03-17T18:30:20.441163Z",
        "recent_changes": 1,
        "translated": 195,
        "translated_words": 572,
        "translated_percent": 99.4,
        "translated_words_percent": 99.6,
        "translated_chars": 3680,
        "translated_chars_percent": 99.5,
        "fuzzy": 1,
        "fuzzy_percent": 0.5,
        "fuzzy_words": 2,
        "fuzzy_words_percent": 0.3,
        "fuzzy_chars": 17,
        "fuzzy_chars_percent": 0.4,
        "failing": 6,
        "failing_percent": 3.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": "en",
        "name": "English",
        "url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/-/en/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/-/en/"
    },
    {
        "total": 196,
        "total_words": 574,
        "total_chars": 3697,
        "last_change": "2024-03-17T18:30:19.397560Z",
        "recent_changes": 0,
        "translated": 196,
        "translated_words": 574,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 3697,
        "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": 6.6,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 90,
        "readonly_percent": 45.9,
        "readonly_words": 307,
        "readonly_words_percent": 53.4,
        "readonly_chars": 2037,
        "readonly_chars_percent": 55.0,
        "suggestions": 0,
        "comments": 0,
        "code": "fr",
        "name": "French",
        "url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/-/fr/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/-/fr/"
    },
    {
        "total": 54,
        "total_words": 258,
        "total_chars": 1650,
        "last_change": "2023-08-20T17:23:58.557177Z",
        "recent_changes": 0,
        "translated": 12,
        "translated_words": 134,
        "translated_percent": 22.2,
        "translated_words_percent": 51.9,
        "translated_chars": 826,
        "translated_chars_percent": 50.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 1,
        "failing_percent": 1.8,
        "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/channel-fear/-/es/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/-/es/"
    }
]