retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/4/events/?format=api&offset=30&ordering=is_active
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 31,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/mementos/4/events/?format=api&limit=10&offset=20&ordering=is_active",
    "results": [
        {
            "id": 66913,
            "title": "Semester Exhibition",
            "slug": "semester-exhibition-2",
            "event_url": "https://memento.epfl.ch/event/semester-exhibition-2",
            "visual_url": "https://memento.epfl.ch/image/28619/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/28619/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/28619/max-size.jpg",
            "lang": "en",
            "start_date": "2026-12-14",
            "end_date": "2026-12-18",
            "start_time": null,
            "end_time": null,
            "description": "<strong>Semester Exhibition</strong><br>\r\nFall 2026<br>\r\n<br>\r\nQuestioned and reevaluated, the very foundations of our disciplines find space for exploration, research, and critical dialogue within the design studios. The Semester Exhibition opens with an apero on Monday, December 16th.<br>\r\n<br>\r\n<strong>Exhibition Opening</strong><br>\r\nMo 14. December 2026, 18:30<br>\r\n<br>\r\n<strong>Exhibition + Reviews </strong><br>\r\n14.12 - 18.12.26<br>\r\n<a href=\"https://maps.app.goo.gl/9SuD6DkmWSnqpcjYA\" target=\"_blank\">EPFL SG Building</a><br>\r\n<br>\r\n<strong>Exhibition Map + Reviews Schedule</strong><br>\r\n→ <a href=\"https://go.epfl.ch/programme-jurys-automne\">Program</a><br>\r\n<br>\r\n<strong>Online Exhibition</strong><br>\r\n→  <a href=\"https://livingarchives.epfl.ch/projects/?type=Project&amp;year=2026&amp;academic=Autumn&amp;project_type=0&amp;sort=date%E2%96%BC\">Living Archives</a><br>\r\n<br>\r\n<strong>Studio Presentations</strong><br>\r\n→  <a href=\"https://www.epfl.ch/schools/enac/education/architecture/fr/education/ateliers-ue/\">Ateliers</a>",
            "image_description": "",
            "creation_date": "2024-09-13T08:49:01",
            "last_modification_date": "2026-02-09T12:02:28",
            "link_label": "Detailed Program",
            "link_url": "https://www.epfl.ch/schools/enac/education/architecture/wp-content/uploads/2024/12/semester-exhibition-epfl-architecture.pdf",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "SG Building",
            "url_place_and_room": "https://maps.app.goo.gl/JBDdijStvvHiG3DW9",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/1/?format=api",
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "",
            "organizer": "<a href=\"http://architecture.epfl.ch\">EPFL Architecture</a>",
            "contact": "<a href=\"mailto:[email protected]\">EPFL Architecture</a>",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "jurys, expositions",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/113395/",
            "category": {
                "id": 4,
                "code": "DIVERS",
                "fr_label": "Autres types d’événement",
                "en_label": "Miscellaneous",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/4/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/32/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/391/?format=api"
            ]
        }
    ]
}