retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=110&ordering=is_active
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=120&ordering=is_active",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=100&ordering=is_active",
    "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": 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": 10,
            "fr_name": "Associations",
            "en_name": "Associations",
            "fr_label": "Associations",
            "en_label": "Associations",
            "slug": "associations",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/associations/"
        },
        {
            "id": 14,
            "fr_name": "Institut des sciences et ingénierie chimiques",
            "en_name": "Institute of Chemical Sciences and Engineering",
            "fr_label": "",
            "en_label": "",
            "slug": "isic",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/isic/"
        },
        {
            "id": 15,
            "fr_name": "Seminars at the Automatic Control Lab",
            "en_name": "Seminars at the Automatic Control Lab",
            "fr_label": "",
            "en_label": "",
            "slug": "laseminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/laseminars/"
        },
        {
            "id": 19,
            "fr_name": "Institut des neurosciences",
            "en_name": "Brain Mind Institute",
            "fr_label": "",
            "en_label": "",
            "slug": "brain-mind-institute",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/brain-mind-institute/"
        },
        {
            "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": 21,
            "fr_name": "Egalité, diversité, respect",
            "en_name": "Equal opportunity, diversity, respect",
            "fr_label": null,
            "en_label": null,
            "slug": "equality",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/equality/"
        },
        {
            "id": 22,
            "fr_name": "Evénements culturels",
            "en_name": "Cultural events",
            "fr_label": null,
            "en_label": null,
            "slug": "culture",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/culture/"
        },
        {
            "id": 24,
            "fr_name": "NCCR-Synapsy",
            "en_name": "NCCR-Synapsy",
            "fr_label": null,
            "en_label": null,
            "slug": "nccr-synapsy",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/nccr-synapsy/"
        }
    ]
}