retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "count": 51,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/mementos/9/events/?format=api&limit=10&offset=40",
    "results": [
        {
            "id": 70929,
            "title": "BMI Distinguished Seminar // Manish Saggar",
            "slug": "bmi-distinguished-seminar-manish-saggar",
            "event_url": "https://memento.epfl.ch/event/bmi-distinguished-seminar-manish-saggar",
            "visual_url": "https://memento.epfl.ch/image/32317/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/32317/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/32317/max-size.jpg",
            "lang": "en",
            "start_date": "2026-09-09",
            "end_date": "2026-09-09",
            "start_time": "12:15:00",
            "end_time": "13:15:00",
            "description": "",
            "image_description": "",
            "creation_date": "2026-01-21T16:42:23",
            "last_modification_date": "2026-02-16T13:33:32",
            "link_label": "Web Page",
            "link_url": "https://profiles.stanford.edu/manish-saggar",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "SV 1717",
            "url_place_and_room": "https://plan.epfl.ch/?room==SV%201717",
            "url_online_room": "https://epfl.zoom.us/j/64813563657",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Manish Saggar, Stanford University",
            "organizer": "SV BMI Host: K. Hess Bellwald",
            "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/119405/",
            "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/88/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/1/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/9/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/19/?format=api"
            ]
        }
    ]
}