retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 71054,
            "title": "BMI Seminar // Pierre Le Merre: A prefrontal cortex map based on single-neuron activity",
            "slug": "bmi-seminar-pierre-le-merre-a-prefrontal-cortex-ma",
            "event_url": "https://memento.epfl.ch/event/bmi-seminar-pierre-le-merre-a-prefrontal-cortex-ma",
            "visual_url": "https://memento.epfl.ch/image/32510/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/32510/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/32510/max-size.jpg",
            "lang": "en",
            "start_date": "2026-04-24",
            "end_date": "2026-04-24",
            "start_time": "09:15:00",
            "end_time": "10:15:00",
            "description": "<p>TBD</p>",
            "image_description": "",
            "creation_date": "2026-02-05T16:08:19",
            "last_modification_date": "2026-02-16T13:33:14",
            "link_label": "Web Page",
            "link_url": "https://ki.se/en/people/pierre-le-merre",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "SV 2510",
            "url_place_and_room": "",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Pierre Le Merre, Lyon Neuroscience Research Centre, University of Lyon | Karolinska Institute, Stockholm",
            "organizer": "BMI - LSENS Host: Carl Petersen",
            "contact": "[email protected]",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 2,
                "fr_label": "Public averti",
                "en_label": "Informed public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/119598/",
            "category": {
                "id": 1,
                "code": "CONF",
                "fr_label": "Conférences - Séminaires",
                "en_label": "Conferences - Seminars",
                "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/221/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/9/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/19/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api"
            ]
        }
    ]
}