retrieve:
Return the details about the given Event id.

list:
List all Event objects.

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

{
    "count": 231,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/events/?format=api&limit=10&offset=220&ordering=-event__url_online_room",
    "results": [
        {
            "id": 72034,
            "title": "Seminar in Finance",
            "slug": "seminar-in-finance-36",
            "event_url": "https://memento.epfl.ch/event/seminar-in-finance-36",
            "visual_url": "https://memento.epfl.ch/image/33326/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33326/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33326/max-size.jpg",
            "lang": "en",
            "start_date": "2027-05-21",
            "end_date": "2027-05-21",
            "start_time": "11:00:00",
            "end_time": "12:15:00",
            "description": "",
            "image_description": "",
            "creation_date": "2026-06-03T15:45:32",
            "last_modification_date": "2026-06-03T15:45:32",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "UNIL, Extranef, room 126",
            "url_place_and_room": "",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "<a href=\"https://mitsloan.mit.edu/faculty/directory/leonid-kogan\">Leonid Kogan - MIT</a>",
            "organizer": "",
            "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/120977/",
            "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/3/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/105/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/112/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/116/?format=api"
            ]
        }
    ]
}