retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=230
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=240",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=220",
    "results": [
        {
            "id": 15,
            "fr_name": "Seminars at the Automatic Control Lab",
            "en_name": "Seminars at the Automatic Control Lab",
            "fr_label": "",
            "en_label": "",
            "slug": "laseminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/laseminars/"
        },
        {
            "id": 170,
            "fr_name": "Service de Promotion des Sciences",
            "en_name": "Science Outreach Department",
            "fr_label": "",
            "en_label": "",
            "slug": "sps",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sps/"
        },
        {
            "id": 249,
            "fr_name": "SKIL - Student Kreativity and Innovation Laboratory",
            "en_name": "SKIL - Student Kreativity and Innovation Laboratory",
            "fr_label": null,
            "en_label": null,
            "slug": "skil",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/skil/"
        },
        {
            "id": 430,
            "fr_name": "Space Exchange Switzerland VPI",
            "en_name": "Space Exchange Switzerland VPI",
            "fr_label": null,
            "en_label": null,
            "slug": "sxs",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sxs/"
        },
        {
            "id": 162,
            "fr_name": "Space Innovation",
            "en_name": "Space Innovation",
            "fr_label": null,
            "en_label": null,
            "slug": "ssc",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ssc/"
        },
        {
            "id": 422,
            "fr_name": "Startup Compass",
            "en_name": "Startup Compass",
            "fr_label": null,
            "en_label": null,
            "slug": "vpi-startup-compass",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/vpi-startup-compass/"
        },
        {
            "id": 288,
            "fr_name": "Statistiques",
            "en_name": "Statistics",
            "fr_label": "",
            "en_label": "",
            "slug": "statistics",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/statistics/"
        },
        {
            "id": 153,
            "fr_name": "Superstudio",
            "en_name": "Superstudio",
            "fr_label": null,
            "en_label": null,
            "slug": "superstudio",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/superstudio/"
        },
        {
            "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": 129,
            "fr_name": "sv-postdoc-external",
            "en_name": "sv-postdoc-external",
            "fr_label": null,
            "en_label": null,
            "slug": "sv-postdoc-external",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-postdoc-external/"
        }
    ]
}