retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=240&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=250&ordering=en_label",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=230&ordering=en_label",
    "results": [
        {
            "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": 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": 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": 1,
            "fr_name": "EPFL",
            "en_name": "EPFL",
            "fr_label": "EPFL",
            "en_label": "EPFL",
            "slug": "epfl",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/epfl/"
        },
        {
            "id": 6,
            "fr_name": "Informatique et Communications | IC",
            "en_name": "Computer and Communication Sciences | IC",
            "fr_label": "IC",
            "en_label": "IC",
            "slug": "ic",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ic/"
        },
        {
            "id": 151,
            "fr_name": "Information Processing Group",
            "en_name": "Information Processing Group",
            "fr_label": "Information Processing Group",
            "en_label": "Information Processing Group",
            "slug": "ipg",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ipg/"
        },
        {
            "id": 150,
            "fr_name": "La Forge @ EPFL Innovation Park",
            "en_name": "La Forge @ EPFL Innovation Park",
            "fr_label": "La Forge @ EPFL Innovation Park",
            "en_label": "La Forge @ EPFL Innovation Park",
            "slug": "forge",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/forge/"
        },
        {
            "id": 149,
            "fr_name": "Laboratoire de modélisation mécanique multi-échelle",
            "en_name": "Laboratory for Multiscale Mechanics Modeling",
            "fr_label": "Laboratoire de modélisation mécanique multi-échelle",
            "en_label": "Laboratory for Multiscale Mechanics Modeling",
            "slug": "lammm",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lammm/"
        },
        {
            "id": 392,
            "fr_name": "Neuro-X",
            "en_name": "Neuro-X",
            "fr_label": "Memento de l'institut Neuro-X",
            "en_label": "Memento channel of the Neuro-X institute",
            "slug": "neuro-x",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/neuro-x/"
        },
        {
            "id": 140,
            "fr_name": "Research Funding",
            "en_name": "Research Funding",
            "fr_label": "Fonds pour la Recherche",
            "en_label": "Research Funding",
            "slug": "research-office",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/research-office/"
        }
    ]
}