retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=200&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=210&ordering=slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=190&ordering=slug",
    "results": [
        {
            "id": 62,
            "fr_name": "PolyProg",
            "en_name": "PolyProg",
            "fr_label": "",
            "en_label": "",
            "slug": "polyprog",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/polyprog/"
        },
        {
            "id": 192,
            "fr_name": "Portes Ouvertes",
            "en_name": "Open Days",
            "fr_label": "",
            "en_label": "",
            "slug": "portes-ouvertes",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/portes-ouvertes/"
        },
        {
            "id": 83,
            "fr_name": "Promotion de l’éducation",
            "en_name": "Education outreach",
            "fr_label": null,
            "en_label": null,
            "slug": "promotionetudes",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/promotionetudes/"
        },
        {
            "id": 252,
            "fr_name": "PVLab",
            "en_name": "PVLab",
            "fr_label": null,
            "en_label": null,
            "slug": "pvlab",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/pvlab/"
        },
        {
            "id": 389,
            "fr_name": "Center for Quantum Science and Engineering",
            "en_name": "Center for Quantum Science and Engineering",
            "fr_label": null,
            "en_label": null,
            "slug": "qse",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/qse/"
        },
        {
            "id": 296,
            "fr_name": "Séminaires Quantum Science & Condensed Matter",
            "en_name": "Quantum Science and Condensed Matter Seminars",
            "fr_label": null,
            "en_label": null,
            "slug": "qst-cm-seminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/qst-cm-seminars/"
        },
        {
            "id": 300,
            "fr_name": "Calcul Quantique",
            "en_name": "Quantum Computing",
            "fr_label": null,
            "en_label": null,
            "slug": "quantum",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/quantum/"
        },
        {
            "id": 440,
            "fr_name": "Robotique de rééducation et d'assistance – REHAssist",
            "en_name": "Research group Rehabilitation and Assistive Robotics – REHAssist",
            "fr_label": null,
            "en_label": null,
            "slug": "rehassist",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/rehassist/"
        },
        {
            "id": 142,
            "fr_name": "Commission de la Recherche",
            "en_name": "Research Commission",
            "fr_label": null,
            "en_label": null,
            "slug": "research-commission",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/research-commission/"
        },
        {
            "id": 140,
            "fr_name": "Research Funding",
            "en_name": "Research Funding",
            "fr_label": "Fonds pour la Recherche",
            "en_label": "Research Funding",
            "slug": "research-office",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/research-office/"
        }
    ]
}