retrieve:
Return the details about the given Event id.

list:
List all Event objects.

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

{
    "count": 252,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/events/?format=api&limit=10&offset=240&ordering=-last_modification_date",
    "results": [
        {
            "id": 66921,
            "title": "ENAC Week",
            "slug": "enac-week-16",
            "event_url": "https://memento.epfl.ch/event/enac-week-16",
            "visual_url": "https://memento.epfl.ch/image/28627/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/28627/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/28627/max-size.jpg",
            "lang": "en",
            "start_date": "2026-04-27",
            "end_date": "2026-05-01",
            "start_time": null,
            "end_time": null,
            "description": "",
            "image_description": "",
            "creation_date": "2024-09-13T10:43:49",
            "last_modification_date": "2024-09-13T10:44:23",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "",
            "url_place_and_room": "",
            "url_online_room": "",
            "spoken_languages": [],
            "speaker": "",
            "organizer": "<a href=\"http://enac.epfl.ch\">ENAC</a>",
            "contact": "<a href=\"http://enac.epfl.ch\">ENAC</a>",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/113416/",
            "category": {
                "id": 4,
                "code": "DIVERS",
                "fr_label": "Autres types d’événement",
                "en_label": "Miscellaneous",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/391/?format=api"
            ]
        },
        {
            "id": 66914,
            "title": "Master's Graduation",
            "slug": "master-s-graduation",
            "event_url": "https://memento.epfl.ch/event/master-s-graduation",
            "visual_url": "https://memento.epfl.ch/image/28620/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/28620/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/28620/max-size.jpg",
            "lang": "en",
            "start_date": "2026-10-03",
            "end_date": "2026-10-03",
            "start_time": null,
            "end_time": null,
            "description": "",
            "image_description": "",
            "creation_date": "2024-09-13T09:51:37",
            "last_modification_date": "2024-09-13T10:26:03",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "",
            "url_place_and_room": "",
            "url_online_room": "",
            "spoken_languages": [],
            "speaker": "",
            "organizer": "<a href=\"http://architecture.epfl.ch\">EPFL Architecture</a>",
            "contact": "<a href=\"mailto:[email protected]\">EPFL Architecture</a>",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/113402/",
            "category": {
                "id": 4,
                "code": "DIVERS",
                "fr_label": "Autres types d’événement",
                "en_label": "Miscellaneous",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/391/?format=api"
            ]
        }
    ]
}