retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=50&ordering=is_main_memento
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=60&ordering=is_main_memento",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=40&ordering=is_main_memento",
    "results": [
        {
            "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": 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": 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": 100,
            "fr_name": "SV Postdoc Events",
            "en_name": "SV Postdoc Events",
            "fr_label": null,
            "en_label": null,
            "slug": "sv-postdoc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-postdoc/"
        },
        {
            "id": 101,
            "fr_name": "IN SILICO | BUILDING",
            "en_name": "IN SILICO | BUILDING",
            "fr_label": null,
            "en_label": null,
            "slug": "isb",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/isb/"
        },
        {
            "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": 285,
            "fr_name": "UNFoLD",
            "en_name": "UNFoLD",
            "fr_label": null,
            "en_label": null,
            "slug": "unfold",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/unfold/"
        },
        {
            "id": 103,
            "fr_name": "Enseignants du secondaire II et écoles prof.",
            "en_name": "Highschool teachers",
            "fr_label": null,
            "en_label": null,
            "slug": "enseignants-secondaire",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/enseignants-secondaire/"
        },
        {
            "id": 119,
            "fr_name": "EPFL Start-up",
            "en_name": "EPFL Start-up",
            "fr_label": null,
            "en_label": null,
            "slug": "start-up",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/start-up/"
        },
        {
            "id": 120,
            "fr_name": "CHAIRE GAZ NATUREL",
            "en_name": "CHAIR \"GAZ NATUREL\" ",
            "fr_label": null,
            "en_label": null,
            "slug": "chairco2",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/chairco2/"
        }
    ]
}