retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 71670,
            "title": "EPFL Racing Team - Event",
            "slug": "epfl-racing-team-event",
            "event_url": "https://memento.epfl.ch/event/epfl-racing-team-event",
            "visual_url": "https://memento.epfl.ch/image/33000/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33000/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33000/max-size.jpg",
            "lang": "en",
            "start_date": "2026-05-27",
            "end_date": "2026-05-27",
            "start_time": "17:00:00",
            "end_time": "23:00:00",
            "description": "<p>EPFL racing team will provide an update on the main achievments of this year </p>",
            "image_description": "",
            "creation_date": "2026-04-22T11:10:32",
            "last_modification_date": "2026-04-22T11:18:18",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "DLLEL 0 28",
            "url_place_and_room": "https://plan.epfl.ch/?room==DLLEL%200%2028",
            "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": "EPFL Racing team",
            "organizer": "EPFL Racing Team",
            "contact": "<a class=\"hover:text-white transition-colors\" href=\"mailto:[email protected]\">[email protected]</a>",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 2,
                "fr_label": "Public averti",
                "en_label": "Informed public"
            },
            "registration": {
                "id": 2,
                "fr_label": "Sur invitation",
                "en_label": "Invitation required"
            },
            "keywords": "",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120477/",
            "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/10/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/398/?format=api"
            ]
        }
    ]
}