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": 111,
            "fr_name": "Institut de bioingénierie - IBI",
            "en_name": "Institute of Bioengineering - IBI",
            "fr_label": null,
            "en_label": null,
            "slug": "bioengineering",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/bioengineering/"
        },
        {
            "id": 434,
            "fr_name": "Cycle de conférences en bioingénierie EPFL",
            "en_name": "EPFL BioE Talks Series",
            "fr_label": null,
            "en_label": null,
            "slug": "bioe",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/bioe/"
        },
        {
            "id": 39,
            "fr_name": "Brown Bag Seminars in Finance",
            "en_name": "Brown Bag Seminars in Finance",
            "fr_label": "",
            "en_label": "",
            "slug": "bbs",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/bbs/"
        },
        {
            "id": 278,
            "fr_name": "Événement participant au Blue Brain",
            "en_name": "Blue Brain Participating Event",
            "fr_label": null,
            "en_label": null,
            "slug": "bbp-participating-event",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/bbp-participating-event/"
        },
        {
            "id": 393,
            "fr_name": "Aumônerie",
            "en_name": "Spiritual Care Services",
            "fr_label": null,
            "en_label": null,
            "slug": "aum",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/aum/"
        },
        {
            "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": 294,
            "fr_name": "Association des étudiants de la section d'architecture ASAR",
            "en_name": "Association des étudiants de la section d'architectureASAR",
            "fr_label": null,
            "en_label": null,
            "slug": "asar",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/asar/"
        },
        {
            "id": 200,
            "fr_name": "EPFL Pavilions",
            "en_name": "EPFL Pavilions",
            "fr_label": null,
            "en_label": null,
            "slug": "artlab",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/artlab/"
        },
        {
            "id": 45,
            "fr_name": "Archizoom",
            "en_name": "Archizoom",
            "fr_label": "",
            "en_label": "",
            "slug": "archizoom",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/archizoom/"
        },
        {
            "id": 32,
            "fr_name": "Architecture Public",
            "en_name": "Architecture Public",
            "fr_label": null,
            "en_label": null,
            "slug": "architecture",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/architecture/"
        }
    ]
}