retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "count": 11,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/mementos/26/events/?format=api&limit=10&ordering=id",
    "results": [
        {
            "id": 70698,
            "title": "SUPER SANDWICH SEMINAR",
            "slug": "super-sandwich-seminar-361",
            "event_url": "https://memento.epfl.ch/event/super-sandwich-seminar-361",
            "visual_url": "https://memento.epfl.ch/image/32118/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/32118/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/32118/max-size.jpg",
            "lang": "en",
            "start_date": "2026-06-18",
            "end_date": "2026-06-18",
            "start_time": "12:00:00",
            "end_time": "13:00:00",
            "description": "<p>Triple S (Super Sandwich Seminar) will feature 3 speakers per week, each presenting for 15 minutes, followed by a 5 minutes Q&amp;A session.</p>",
            "image_description": "",
            "creation_date": "2025-12-16T15:56:43",
            "last_modification_date": "2025-12-16T15:58:24",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "SV 1717",
            "url_place_and_room": "https://plan.epfl.ch/?room==SV%201717",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Yves Paychère -<em> Naef Lab; </em>Steffen Sonnentag, <em>Radtke Lab</em>; Kiruthika Kuma, <em>Antanasijevic Lab</em>",
            "organizer": "Prof. Pierre Gönczy",
            "contact": "Lisa Smith, ISREC Administrative Assistant",
            "is_internal": "True",
            "theme": "",
            "vulgarization": {
                "id": 2,
                "fr_label": "Public averti",
                "en_label": "Informed public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "Super Sandwich, cancer",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/119055/",
            "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/26/?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/111/?format=api"
            ]
        }
    ]
}