List branching stories (lightweight) or retrieve a single story with all screens and choices nested (full graph).

GET /learning/branching-stories/?format=api&ordering=-description_translations
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 3,
        "title": "The Lunch Table",
        "slug": "the-lunch-table",
        "description": "A story about standing up for others, trying new things, and celebrating differences.",
        "cover_image": "https://experteaseimages.s3.amazonaws.com/social_story_pages/49de5540-d08b-4996-b4c8-8c0cb5dd71ae.webp",
        "age_band": "6-8",
        "is_active": true,
        "order_index": 0,
        "screens_count": 16,
        "title_translations": {
            "ar": "طاولة الغداء",
            "de": "Der Mittagstisch",
            "en": "The Lunch Table",
            "es": "La Mesa del Almuerzo",
            "hi": "नाश्ते की मेज",
            "ta": "மதிய உணவு மேசை",
            "te": "అన్నం పంచుకునే బల్ల"
        },
        "description_translations": {
            "ar": "قصة عن الدفاع عن الآخرين، وتجربة أشياء جديدة، والاحتفاء بالاختلافات.",
            "de": "Eine Geschichte darüber, für andere einzutreten, Neues auszuprobieren und Unterschiede zu feiern.",
            "en": "A story about standing up for others, trying new things, and celebrating differences.",
            "es": "Una historia sobre defender a los demás, probar cosas nuevas y celebrar las diferencias.",
            "hi": "यह कहानी दूसरों के लिए खड़े होने, नई चीज़ें आज़माने और भिन्नताओं का जश्न मनाने के बारे में है।",
            "ta": "மற்றவர்களுக்கு துணையாக நிற்கவும், புதியவற்றை முயற்சிக்கவும், வேறுபாடுகளை கொண்டாடவும் பற்றிய கதை.",
            "te": "ఇతరుల కోసం నిలబడటం, కొత్త విషయాలను ప్రయత్నించడం, మరియు భిన్నతలను ఆనందించడం గురించి ఒక కథ."
        }
    },
    {
        "id": 1,
        "title": "The New Kid",
        "slug": "the-new-kid",
        "description": "A story about being brave and welcoming someone new at school.",
        "cover_image": "https://experteaseimages.s3.amazonaws.com/social_story_pages/7880f760-f9b8-49e3-91ba-8b6831f57cd7.webp",
        "age_band": "6-8",
        "is_active": true,
        "order_index": 0,
        "screens_count": 15,
        "title_translations": {
            "ar": "الطفل الجديد",
            "de": "Das Neue Kind",
            "en": "The New Kid",
            "es": "El Nuevo Amigo",
            "hi": "नया बच्चा",
            "ta": "புதுமுக மாணவன்",
            "te": "కొత్త పిల్లవాడు"
        },
        "description_translations": {
            "ar": "قصة عن الشجاعة والترحيب بشخص جديد في المدرسة.",
            "de": "Eine Geschichte darüber, mutig zu sein und jemand Neues in der Schule willkommen zu heißen.",
            "en": "A story about being brave and welcoming someone new at school.",
            "es": "Una historia sobre ser valiente y dar la bienvenida a alguien nuevo en la escuela.",
            "hi": "यह एक कहानी है स्कूल में नए दोस्त का स्वागत करने और साहसी बनने की।",
            "ta": "புதிய மாணவன் பள்ளிக்குத் திருந்துவது பற்றிய தோழமையாகவும் துணிவாகவும் இருப்பதை எடுத்துக்கூறும் கதை.",
            "te": "పాఠశాలలో కొత్త వ్యక్తిని స్వాగతించడంలో ధైర్యం చూపడంపై ఒక కథ."
        }
    },
    {
        "id": 2,
        "title": "The Broken Crayon",
        "slug": "the-broken-crayon",
        "description": "A story about honesty, accountability, and making things right.",
        "cover_image": "https://experteaseimages.s3.amazonaws.com/social_story_pages/8c6ef4c5-2d2e-4b61-8652-c05468b3637d.webp",
        "age_band": "6-8",
        "is_active": true,
        "order_index": 0,
        "screens_count": 16,
        "title_translations": {
            "ar": "القلم المكسور",
            "de": "Der Kaputte Buntstift",
            "en": "The Broken Crayon",
            "es": "El Crayón Roto",
            "hi": "टूटा हुआ क्रेयॉन",
            "ta": "உடைந்த கிரையான்",
            "te": "పంచిపోవగల క్రేయాన్"
        },
        "description_translations": {
            "ar": "قصة عن الصدق، وتحمل المسؤولية، وتصحيح الأخطاء.",
            "de": "Eine Geschichte über Ehrlichkeit, Verantwortung und wie man Dinge wieder in Ordnung bringt.",
            "en": "A story about honesty, accountability, and making things right.",
            "es": "Una historia sobre la honestidad, la responsabilidad y cómo arreglar lo que está mal.",
            "hi": "ईमानदारी, जिम्मेदारी और गलती को ठीक करने की कहानी।",
            "ta": "மேலும் நல்லதைச் செய்வது.",
            "te": "నిజాయితీ, బాధ్యత, మరియు తప్పులు సరి చేయడం గురించి ఒక కథ."
        }
    }
]