GET /sel_what_happened_games/?format=api&ordering=-id
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "name": "What Happened",
        "description": "Not needed",
        "is_active": true,
        "name_translations": {
            "ar": "ماذا حدث؟",
            "de": "Was ist passiert?",
            "en": "What Happened",
            "es": "¿Qué Pasó?",
            "hi": "क्या हुआ?",
            "te": "ఏం జరిగింది?"
        },
        "description_translations": {
            "ar": "غير مطلوب",
            "de": "Nicht erforderlich",
            "en": "Not needed",
            "es": "No es necesario",
            "hi": "ज़रूरी नहीं है।",
            "te": "అవసరం లేదు"
        },
        "created_at": "2026-02-20T21:00:59.055750+05:30",
        "updated_at": "2026-02-20T21:00:59.055806+05:30"
    }
]