retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=10&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=20&ordering=-slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&ordering=-slug",
    "results": [
        {
            "id": 107,
            "fr_name": "Travel GC",
            "en_name": "Travel GC",
            "fr_label": null,
            "en_label": null,
            "slug": "travelgc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/travelgc/"
        },
        {
            "id": 187,
            "fr_name": "Centre de Transport",
            "en_name": "Transportation Center",
            "fr_label": null,
            "en_label": null,
            "slug": "transport",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/transport/"
        },
        {
            "id": 312,
            "fr_name": "Tech4Dev",
            "en_name": "Tech4Dev",
            "fr_label": null,
            "en_label": null,
            "slug": "tech4impact",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/tech4impact/"
        },
        {
            "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/"
        },
        {
            "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": 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": 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": 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": 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": 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/"
        }
    ]
}