Translation projects API.

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

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

[
    {
        "total": 111,
        "total_words": 637,
        "total_chars": 3788,
        "last_change": "2024-02-29T10:30:08.713005Z",
        "recent_changes": 2,
        "translated": 111,
        "translated_words": 637,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 3788,
        "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": 1,
        "failing_percent": 0.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": 11,
        "code": "en",
        "name": "English",
        "url": "https://weblate.foundryvtt-hub.com/projects/share-media/-/en/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/share-media/-/en/"
    },
    {
        "total": 111,
        "total_words": 637,
        "total_chars": 3788,
        "last_change": "2024-02-29T10:30:28.724785Z",
        "recent_changes": 0,
        "translated": 104,
        "translated_words": 565,
        "translated_percent": 93.6,
        "translated_words_percent": 88.6,
        "translated_chars": 3363,
        "translated_chars_percent": 88.7,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "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": 1,
        "readonly_percent": 0.9,
        "readonly_words": 1,
        "readonly_words_percent": 0.1,
        "readonly_chars": 4,
        "readonly_chars_percent": 0.1,
        "suggestions": 0,
        "comments": 0,
        "code": "fi",
        "name": "Finnish",
        "url": "https://weblate.foundryvtt-hub.com/projects/share-media/-/fi/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/share-media/-/fi/"
    },
    {
        "total": 88,
        "total_words": 608,
        "total_chars": 3622,
        "last_change": "2024-02-29T10:30:45.137684Z",
        "recent_changes": 0,
        "translated": 88,
        "translated_words": 608,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 3622,
        "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": 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": "fr",
        "name": "French",
        "url": "https://weblate.foundryvtt-hub.com/projects/share-media/-/fr/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/share-media/-/fr/"
    },
    {
        "total": 88,
        "total_words": 608,
        "total_chars": 3622,
        "last_change": "2024-05-26T07:38:35.506528Z",
        "recent_changes": 0,
        "translated": 85,
        "translated_words": 605,
        "translated_percent": 96.5,
        "translated_words_percent": 99.5,
        "translated_chars": 3611,
        "translated_chars_percent": 99.6,
        "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": 12.5,
        "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": "ja",
        "name": "Japanese",
        "url": "https://weblate.foundryvtt-hub.com/projects/share-media/-/ja/",
        "translate_url": "https://weblate.foundryvtt-hub.com/translate/share-media/-/ja/"
    }
]