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": 435,
            "fr_name": "Séminaires des laboratoire de Génie Civil IIC",
            "en_name": "IIC Civil Engineering Lab Seminars",
            "fr_label": null,
            "en_label": null,
            "slug": "iic-labs",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iic-labs/"
        },
        {
            "id": 428,
            "fr_name": "IIC Distinguished Lectures",
            "en_name": "IIC Distinguished Lectures",
            "fr_label": null,
            "en_label": null,
            "slug": "iic-lectures",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iic-lectures/"
        },
        {
            "id": 284,
            "fr_name": "imaging",
            "en_name": "imaging",
            "fr_label": null,
            "en_label": null,
            "slug": "imaging",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/imaging/"
        },
        {
            "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/"
        },
        {
            "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": 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": 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": 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": 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": 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/"
        }
    ]
}