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": 232,
            "fr_name": "Institut de Génie Mécanique",
            "en_name": "Institute of Mechanical Engineering",
            "fr_label": null,
            "en_label": null,
            "slug": "igm",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/igm/"
        },
        {
            "id": 270,
            "fr_name": "MechE Colloquium Institut de Génie Mécanique",
            "en_name": "MechE Colloquium Institute of Mechanical Engineering",
            "fr_label": null,
            "en_label": null,
            "slug": "igm-colloquium",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/igm-colloquium/"
        },
        {
            "id": 33,
            "fr_name": "Institut d'ingénierie civile IIC",
            "en_name": "Civil Engineering Institute",
            "fr_label": null,
            "en_label": null,
            "slug": "iic",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/iic/"
        },
        {
            "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": 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": 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": 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": true,
            "memento_url": "https://memento.epfl.ch/imt-talks/"
        },
        {
            "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": 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/"
        }
    ]
}