retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "count": 51,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/mementos/9/events/?format=api&limit=10&offset=40&ordering=is_active",
    "results": [
        {
            "id": 71936,
            "title": "Understanding and Predicting the Membrane Permeability of Macrocyclic Peptides Based on Large-Scale Data",
            "slug": "understanding-and-predicting-the-membrane-permeabi",
            "event_url": "https://memento.epfl.ch/event/understanding-and-predicting-the-membrane-permeabi",
            "visual_url": "https://memento.epfl.ch/image/33247/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33247/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33247/max-size.jpg",
            "lang": "en",
            "start_date": "2026-09-15",
            "end_date": "2026-09-15",
            "start_time": "16:15:00",
            "end_time": "17:15:00",
            "description": "<p>Macrocyclic peptides are promising molecules for targeting intracellular protein–protein interactions and other challenging biological targets. However, their poor membrane permeability often limits their biological and therapeutic applications. Understanding the structural factors that govern passive membrane permeation is therefore essential for the rational design of cell-permeable macrocyclic peptides.<br>\r\n<br>\r\nIn this seminar, I will present our recent efforts to understand and predict the membrane permeability of macrocyclic peptides using large-scale experimental data, conformational analysis, and machine learning. We aim to clarify how conformational flexibility, including molecular chameleonicity, influences membrane permeability.<br>\r\n<br>\r\nI will also introduce our ongoing efforts toward DNA-encoded macrocyclic N-methyl peptide libraries as a future platform for discovering functional intracellular binders.</p>",
            "image_description": "Prof. Shinsuke Sando",
            "creation_date": "2026-05-22T16:51:02",
            "last_modification_date": "2026-05-22T16:51:02",
            "link_label": "Prof. Shinsuke Sando",
            "link_url": "https://park.itc.u-tokyo.ac.jp/sandolab/index_e.html",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "CH G1 495",
            "url_place_and_room": "https://plan.epfl.ch/?room==CH%20G1%20495",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Prof. Shinsuke Sando, University of Tokyo",
            "organizer": "C. Heinis",
            "contact": "C. Heinis",
            "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": "cbseminar",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120844/",
            "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/9/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/14/?format=api"
            ]
        }
    ]
}