retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=20&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=30&ordering=-slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=10&ordering=-slug",
    "results": [
        {
            "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": 403,
            "fr_name": "Chaire d'analyse stochastique STOAN",
            "en_name": "Chair of Stochastic Analysis STOAN",
            "fr_label": null,
            "en_label": null,
            "slug": "stoan",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/stoan/"
        },
        {
            "id": 8,
            "fr_name": "Sciences et Techniques de l'Ingénieur | STI",
            "en_name": "School of Engineering | STI",
            "fr_label": "STI",
            "en_label": "STI",
            "slug": "sti",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sti/"
        },
        {
            "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": 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": 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": 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": 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": 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": 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/"
        }
    ]
}