retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=100&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=110&ordering=-fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=90&ordering=-fr_name",
    "results": [
        {
            "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": 96,
            "fr_name": "Laboratoire d'humanités digitales",
            "en_name": "Digital Humanities Laboratory",
            "fr_label": null,
            "en_label": null,
            "slug": "dhlab",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/dhlab/"
        },
        {
            "id": 297,
            "fr_name": "Laboratoire d'Histoire des Sciences et des Techniques",
            "en_name": "Laboratory for the history of science and technology",
            "fr_label": null,
            "en_label": null,
            "slug": "lhst",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lhst/"
        },
        {
            "id": 326,
            "fr_name": "Laboratoire d'hémodynamique et de technologie cardiovasculaire | LHTC",
            "en_name": "Hemodynamics and Cardiovascular Technology Laboratory | LHTC",
            "fr_label": null,
            "en_label": null,
            "slug": "lhtc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lhtc/"
        },
        {
            "id": 70,
            "fr_name": "Laboratoire d'Energie Solaire et Physique du Bâtiment",
            "en_name": "Solar Energy and Building Physics Laboratory",
            "fr_label": null,
            "en_label": null,
            "slug": "leso",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/leso/"
        },
        {
            "id": 223,
            "fr_name": "Laboratoire d'électronique pour les sciences du vivant",
            "en_name": "Swiss-up engineering Chair",
            "fr_label": "",
            "en_label": "",
            "slug": "clse",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/clse/"
        },
        {
            "id": 99,
            "fr_name": "Laboratoire d'astrophysique",
            "en_name": "Laboratory of Astrophysics",
            "fr_label": "",
            "en_label": "",
            "slug": "lastro",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/lastro/"
        },
        {
            "id": 224,
            "fr_name": "lab-u",
            "en_name": "lab-u",
            "fr_label": null,
            "en_label": null,
            "slug": "lab-u",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lab-u/"
        },
        {
            "id": 97,
            "fr_name": "Lab Logs",
            "en_name": "Lab Logs",
            "fr_label": null,
            "en_label": null,
            "slug": "lms-lab-logs",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lms-lab-logs/"
        },
        {
            "id": 441,
            "fr_name": "La robotique en pratique",
            "en_name": "Robotics in Practice",
            "fr_label": null,
            "en_label": null,
            "slug": "robotique-pratique",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/robotique-pratique/"
        }
    ]
}