retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 71939,
            "title": "Infinite sumsets in structured and random sets",
            "slug": "infinite-sumsets-in-structured-and-random-sets",
            "event_url": "https://memento.epfl.ch/event/infinite-sumsets-in-structured-and-random-sets",
            "visual_url": null,
            "visual_large_url": null,
            "visual_maxsize_url": null,
            "lang": "en",
            "start_date": "2026-06-15",
            "end_date": "2026-06-15",
            "start_time": "14:00:00",
            "end_time": "15:00:00",
            "description": "<p>In combinatorics and ergodic theory, the decomposition into structured and random objects has been successfully exploited to prove density results and refinements. In both fields, nilsystems are the model for structured configurations. Recently, Kra, Moreira, Richter, and Roberson used dynamics in nilsystems to provide a density version of Hindman's theorem. In this talk, we delve into further sumset consequences for these two extreme cases and provide some examples of applications.</p>",
            "image_description": "",
            "creation_date": "2026-05-26T10:23:46",
            "last_modification_date": "2026-05-26T10:25:57",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "CM 1 517",
            "url_place_and_room": "https://plan.epfl.ch/?room==CM%201%20517",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Tristán Rádić (Northwestern University)",
            "organizer": "",
            "contact": "Felipe Hernandez Castro",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 3,
                "fr_label": "Expert",
                "en_label": "Expert"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120849/",
            "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/7/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/427/?format=api"
            ]
        }
    ]
}