retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=120&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=130&ordering=fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=110&ordering=fr_name",
    "results": [
        {
            "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": 345,
            "fr_name": "Institut d'Electricité et de Microtechnique IEM",
            "en_name": "Institute of Electrical and Micro Engineering IEM",
            "fr_label": null,
            "en_label": null,
            "slug": "iem",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iem/"
        },
        {
            "id": 347,
            "fr_name": "Institut d'Electricité et Microtechnique IEM",
            "en_name": "Institute of Electrical and Micro Engineering - IEM",
            "fr_label": null,
            "en_label": null,
            "slug": "iem-events",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iem-events/"
        },
        {
            "id": 53,
            "fr_name": "Institut d'infectiologie",
            "en_name": "Global Health Institute",
            "fr_label": "",
            "en_label": "",
            "slug": "ghi",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ghi/"
        },
        {
            "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": 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": 247,
            "fr_name": "Institut de Génie Électrique et Électronique",
            "en_name": "Institute of Electrical Engineering",
            "fr_label": null,
            "en_label": null,
            "slug": "iel",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iel/"
        },
        {
            "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/"
        }
    ]
}