retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=120&ordering=-en_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=130&ordering=-en_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=110&ordering=-en_name",
    "results": [
        {
            "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": 111,
            "fr_name": "Institut de bioingénierie - IBI",
            "en_name": "Institute of Bioengineering - IBI",
            "fr_label": null,
            "en_label": null,
            "slug": "bioengineering",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/bioengineering/"
        },
        {
            "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": 115,
            "fr_name": "INNOVATION PARK",
            "en_name": "INNOVATION PARK",
            "fr_label": null,
            "en_label": null,
            "slug": "innovationpark",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/innovationpark/"
        },
        {
            "id": 290,
            "fr_name": "Innovation",
            "en_name": "Innovation",
            "fr_label": null,
            "en_label": null,
            "slug": "innovation",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/innovation/"
        },
        {
            "id": 213,
            "fr_name": "InnoSeed ENAC",
            "en_name": "InnoSeed ENAC",
            "fr_label": null,
            "en_label": null,
            "slug": "innoseed-enac",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/innoseed-enac/"
        },
        {
            "id": 424,
            "fr_name": "Ingénieur.e.s du Monde UNIL-EPFL",
            "en_name": "Ingénieur.e.s du Monde UNIL-EPFL",
            "fr_label": null,
            "en_label": null,
            "slug": "idm",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/idm/"
        },
        {
            "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": 101,
            "fr_name": "IN SILICO | BUILDING",
            "en_name": "IN SILICO | BUILDING",
            "fr_label": null,
            "en_label": null,
            "slug": "isb",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/isb/"
        }
    ]
}