retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=110&ordering=-fr_name
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=120&ordering=-fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=100&ordering=-fr_name",
    "results": [
        {
            "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": 306,
            "fr_name": "International Risk Governance Center IRGC",
            "en_name": "International Risk Governance Center IRGC",
            "fr_label": null,
            "en_label": null,
            "slug": "irgc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/irgc/"
        },
        {
            "id": 175,
            "fr_name": "Institute for Digital Humanities",
            "en_name": "Institute for Digital Humanities",
            "fr_label": null,
            "en_label": null,
            "slug": "dhi",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/dhi/"
        },
        {
            "id": 176,
            "fr_name": "Institute for Area and Global Studies",
            "en_name": "Institute for Area and Global Studies",
            "fr_label": null,
            "en_label": null,
            "slug": "iags",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/iags/"
        },
        {
            "id": 26,
            "fr_name": "Institut suisse de recherche expérimentale sur le cancer",
            "en_name": "Swiss Institute for Experimental Cancer Research",
            "fr_label": "",
            "en_label": "",
            "slug": "isrec",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/isrec/"
        },
        {
            "id": 116,
            "fr_name": "Institut suisse de la finance à l'EPFL",
            "en_name": "Swiss Finance Institute at EPFL",
            "fr_label": null,
            "en_label": null,
            "slug": "sfi-epfl",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sfi-epfl/"
        },
        {
            "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": 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/"
        },
        {
            "id": 314,
            "fr_name": "Institut des matériaux IMX",
            "en_name": "Institute of Materials IMX",
            "fr_label": null,
            "en_label": null,
            "slug": "imx",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/imx/"
        },
        {
            "id": 138,
            "fr_name": "Institut de physique de la matière condensée",
            "en_name": "Institute of Condensed Matter Physics",
            "fr_label": "",
            "en_label": "",
            "slug": "icmp",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/icmp/"
        }
    ]
}