retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=120&ordering=-slug
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=-slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=110&ordering=-slug",
    "results": [
        {
            "id": 420,
            "fr_name": "Micromechanical and Horological Design Laboratory INSTANT-LAB",
            "en_name": "Micromechanical and Horological Design Laboratory INSTANT-LAB",
            "fr_label": null,
            "en_label": null,
            "slug": "instant-lab",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/instant-lab/"
        },
        {
            "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": 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": 74,
            "fr_name": "Institut de microtechnique Talks",
            "en_name": "Institute of Microengineering Talks",
            "fr_label": null,
            "en_label": null,
            "slug": "imt-talks",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/imt-talks/"
        },
        {
            "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": 282,
            "fr_name": "Laboratoire d'informatique et de mécanique appliquées à la construction IMAC",
            "en_name": "Applied Computing and Mechanics Laboratory IMAC",
            "fr_label": null,
            "en_label": null,
            "slug": "imac",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/imac/"
        },
        {
            "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": 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/"
        }
    ]
}