retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 71783,
            "title": "TBA",
            "slug": "tba-128",
            "event_url": "https://memento.epfl.ch/event/tba-128",
            "visual_url": "https://memento.epfl.ch/image/33123/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33123/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33123/max-size.jpg",
            "lang": "en",
            "start_date": "2026-06-01",
            "end_date": "2026-06-01",
            "start_time": "15:00:00",
            "end_time": "16:00:00",
            "description": "",
            "image_description": "",
            "creation_date": "2026-05-04T09:56:23",
            "last_modification_date": "2026-05-05T13:13:57",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "GA 3 21",
            "url_place_and_room": "https://plan.epfl.ch/?room==GA%203%2021",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Hong Wang ( IHES & NYU)",
            "organizer": "Chair of Stochastic Analysis (STOAN)",
            "contact": "[email protected]",
            "is_internal": "True",
            "theme": "",
            "vulgarization": {
                "id": 3,
                "fr_label": "Expert",
                "en_label": "Expert"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "Probability and Stochastic Analysis Seminar",
            "file": "https://memento.epfl.ch/public/upload/files/random.png",
            "icalendar_url": "https://memento.epfl.ch/event/export/120627/",
            "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/5/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/7/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/27/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/145/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/400/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/403/?format=api"
            ]
        }
    ]
}