retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "count": 253,
    "next": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=20&ordering=-en_label",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&ordering=-en_label",
    "results": [
        {
            "id": 4,
            "fr_name": "Environnement Naturel, Architectural et Construit | ENAC",
            "en_name": "Architecture, Civil and Environmental Engineering | ENAC",
            "fr_label": "ENAC",
            "en_label": "ENAC",
            "slug": "enac",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/enac/"
        },
        {
            "id": 105,
            "fr_name": "Centre d'analyse et de gouvernance du risque",
            "en_name": "Center on Risk Analysis and Risk Governance",
            "fr_label": "Centre d'analyse et de gouvernance du risque",
            "en_label": "Center on Risk Analysis and Risk Governance",
            "slug": "crag",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/crag/"
        },
        {
            "id": 3,
            "fr_name": "Collège du Management de la Technologie | CDM",
            "en_name": "Management of Technology | CDM",
            "fr_label": "CDM",
            "en_label": "CDM",
            "slug": "cdm",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/cdm/"
        },
        {
            "id": 2,
            "fr_name": "Collège des humanités | CDH",
            "en_name": "College of Humanities | CDH",
            "fr_label": "CdH",
            "en_label": "CdH",
            "slug": "cdh",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/cdh/"
        },
        {
            "id": 10,
            "fr_name": "Associations",
            "en_name": "Associations",
            "fr_label": "Associations",
            "en_label": "Associations",
            "slug": "associations",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/associations/"
        },
        {
            "id": 11,
            "fr_name": "Calendrier académique",
            "en_name": "Academic Calendar",
            "fr_label": "Calendrier académique",
            "en_label": "Academic Calendar",
            "slug": "academic-calendar",
            "is_main_memento": true,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/academic-calendar/"
        },
        {
            "id": 7,
            "fr_name": "Maths",
            "en_name": "Maths",
            "fr_label": "",
            "en_label": "",
            "slug": "maths",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/maths/"
        },
        {
            "id": 14,
            "fr_name": "Institut des sciences et ingénierie chimiques",
            "en_name": "Institute of Chemical Sciences and Engineering",
            "fr_label": "",
            "en_label": "",
            "slug": "isic",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/isic/"
        },
        {
            "id": 15,
            "fr_name": "Seminars at the Automatic Control Lab",
            "en_name": "Seminars at the Automatic Control Lab",
            "fr_label": "",
            "en_label": "",
            "slug": "laseminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/laseminars/"
        },
        {
            "id": 19,
            "fr_name": "Institut des neurosciences",
            "en_name": "Brain Mind Institute",
            "fr_label": "",
            "en_label": "",
            "slug": "brain-mind-institute",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/brain-mind-institute/"
        }
    ]
}