retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=140&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=150&ordering=fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=130&ordering=fr_name",
    "results": [
        {
            "id": 175,
            "fr_name": "Institute for Digital Humanities",
            "en_name": "Institute for Digital Humanities",
            "fr_label": null,
            "en_label": null,
            "slug": "dhi",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/dhi/"
        },
        {
            "id": 306,
            "fr_name": "International Risk Governance Center IRGC",
            "en_name": "International Risk Governance Center IRGC",
            "fr_label": null,
            "en_label": null,
            "slug": "irgc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/irgc/"
        },
        {
            "id": 150,
            "fr_name": "La Forge @ EPFL Innovation Park",
            "en_name": "La Forge @ EPFL Innovation Park",
            "fr_label": "La Forge @ EPFL Innovation Park",
            "en_label": "La Forge @ EPFL Innovation Park",
            "slug": "forge",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/forge/"
        },
        {
            "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/"
        },
        {
            "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": 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": 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": 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": 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": 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/"
        }
    ]
}