retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 71087,
            "title": "Seminar by Pietro Grassi, Turin University",
            "slug": "seminar-by-pietro-grassi-turin-university",
            "event_url": "https://memento.epfl.ch/event/seminar-by-pietro-grassi-turin-university",
            "visual_url": null,
            "visual_large_url": null,
            "visual_maxsize_url": null,
            "lang": "en",
            "start_date": "2026-04-27",
            "end_date": "2026-04-27",
            "start_time": null,
            "end_time": null,
            "description": "<p>TBA</p>",
            "image_description": "",
            "creation_date": "2026-02-10T09:58:15",
            "last_modification_date": "2026-02-10T10:00:34",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "BSP 727",
            "url_place_and_room": "https://plan.epfl.ch/?room==BSP%20727",
            "url_online_room": "https://epfl.zoom.us/j/69362612859",
            "spoken_languages": [],
            "speaker": "",
            "organizer": "EPFL High Energy Theory Laboratories (FSL, LPTP, LTFP)",
            "contact": "[email protected]",
            "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/119647/",
            "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/156/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/191/?format=api"
            ]
        },
        {
            "id": 71088,
            "title": "Seminar by Raju Venugopalan, Brookhaven National Laboratory",
            "slug": "seminar-by-raju-venugopalan-brookhaven-national-la",
            "event_url": "https://memento.epfl.ch/event/seminar-by-raju-venugopalan-brookhaven-national-la",
            "visual_url": null,
            "visual_large_url": null,
            "visual_maxsize_url": null,
            "lang": "en",
            "start_date": "2026-05-11",
            "end_date": "2026-05-11",
            "start_time": null,
            "end_time": null,
            "description": "<p>TBA</p>",
            "image_description": "",
            "creation_date": "2026-02-10T10:05:22",
            "last_modification_date": "2026-02-10T10:05:22",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "BSP 727",
            "url_place_and_room": "",
            "url_online_room": "https://epfl.zoom.us/j/69362612859",
            "spoken_languages": [],
            "speaker": "",
            "organizer": "EPFL High Energy Theory Laboratories (FSL, LPTP, LTFP)",
            "contact": "[email protected]",
            "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/119648/",
            "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/156/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/191/?format=api"
            ]
        }
    ]
}