retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=230&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=240&ordering=slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=220&ordering=slug",
    "results": [
        {
            "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": 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": 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": 9,
            "fr_name": "Sciences de la Vie | SV",
            "en_name": "Life Sciences | SV",
            "fr_label": "SV",
            "en_label": "SV",
            "slug": "sv",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sv/"
        },
        {
            "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/"
        },
        {
            "id": 412,
            "fr_name": "Plateforme technologique de bio-imagerie et imagerie optique PTBIOP",
            "en_name": "BioImaging and Optics Core Facility PTBIOP",
            "fr_label": null,
            "en_label": null,
            "slug": "sv-ptbiop",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sv-ptbiop/"
        },
        {
            "id": 169,
            "fr_name": "SV-SAFETY Bio-sécurité",
            "en_name": "SV-SAFETY Biosecurity",
            "fr_label": "",
            "en_label": "",
            "slug": "sv-safety",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-safety/"
        },
        {
            "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": 394,
            "fr_name": "Recherche en systèmes, automatique et optimisation SYCAMORE",
            "en_name": "Systems Control And Multiagent Optimization Research SYCAMORE",
            "fr_label": null,
            "en_label": null,
            "slug": "sycamore",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sycamore/"
        }
    ]
}