retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=220&ordering=slug
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=230&ordering=slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=210&ordering=slug",
    "results": [
        {
            "id": 316,
            "fr_name": "Section Génie Mécanique",
            "en_name": "Section of Mechanical Engineering",
            "fr_label": null,
            "en_label": null,
            "slug": "sgm",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sgm/"
        },
        {
            "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": 268,
            "fr_name": "EPFL Fribourg / smart living lab",
            "en_name": "EPFL Fribourg / smart living lab",
            "fr_label": null,
            "en_label": null,
            "slug": "smartlivinglab",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/smartlivinglab/"
        },
        {
            "id": 436,
            "fr_name": "Réseau d’action science-politique",
            "en_name": "Science and Policy Action Network Association",
            "fr_label": null,
            "en_label": null,
            "slug": "span",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/span/"
        },
        {
            "id": 17,
            "fr_name": "Swiss Plasma Center",
            "en_name": "Swiss Plasma Center",
            "fr_label": "",
            "en_label": "",
            "slug": "spc",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/spc/"
        },
        {
            "id": 81,
            "fr_name": "Section de physique",
            "en_name": "Physics Section",
            "fr_label": null,
            "en_label": null,
            "slug": "sph",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sph/"
        },
        {
            "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": 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": 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": 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/"
        }
    ]
}