retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/249/events/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 72087,
            "title": "Interdisciplinary robot competition",
            "slug": "interdisciplinary-robot-competition-5",
            "event_url": "https://memento.epfl.ch/event/interdisciplinary-robot-competition-5",
            "visual_url": "https://memento.epfl.ch/image/33380/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33380/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33380/max-size.jpg",
            "lang": "en",
            "start_date": "2026-06-11",
            "end_date": "2026-06-11",
            "start_time": "14:00:00",
            "end_time": "16:30:00",
            "description": "<p>During the robot competition, six teams of three master students from different sections have to design, build and program a cleaning robot. The realized robots must be able to autonomously move in a 64 m² arena that features obstacles and different terrains, while detecting and gathering plastic bricks, which should then be brought to a specific collection area.<br>\r\n<br>\r\nThe program of the event is as follows:<br>\r\n<br>\r\n14:00-14:10 Welcome, short explanation of the competition<br>\r\n14:10-16:00 Short presentations by each team + robot competition, (5 min. + 10 min. per team, with 6 teams in total).<br>\r\n16:00-16:30 Prize ceremony + simple apero<br>\r\n<br>\r\n </p>",
            "image_description": "",
            "creation_date": "2026-06-10T11:17:08",
            "last_modification_date": "2026-06-10T11:19:45",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "CE 1 505",
            "url_place_and_room": "",
            "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": "",
            "contact": "Alessandro Crespi",
            "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": "",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/121056/",
            "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/1/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/8/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/249/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/417/?format=api"
            ]
        }
    ]
}