retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=30&ordering=en_name
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=40&ordering=en_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=20&ordering=en_name",
    "results": [
        {
            "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": 190,
            "fr_name": "Building 2050",
            "en_name": "Building 2050",
            "fr_label": null,
            "en_label": null,
            "slug": "building2050",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/building2050/"
        },
        {
            "id": 313,
            "fr_name": "Restauration",
            "en_name": "Catering",
            "fr_label": null,
            "en_label": null,
            "slug": "restauration",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/restauration/"
        },
        {
            "id": 344,
            "fr_name": "CDH culture",
            "en_name": "CDH culture",
            "fr_label": null,
            "en_label": null,
            "slug": "cdh-culture",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/cdh-culture/"
        },
        {
            "id": 262,
            "fr_name": "Célébration 50ème",
            "en_name": "Celebration 50 years",
            "fr_label": "",
            "en_label": "",
            "slug": "celebration",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/celebration/"
        },
        {
            "id": 139,
            "fr_name": "CEN-only",
            "en_name": "CEN-only",
            "fr_label": null,
            "en_label": null,
            "slug": "cen-events",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cen-events/"
        },
        {
            "id": 310,
            "fr_name": "Centre pour les systèmes intelligents de l'EPFL (CIS)",
            "en_name": "Center for Intelligent Systems at EPFL (CIS)",
            "fr_label": null,
            "en_label": null,
            "slug": "cis",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cis/"
        },
        {
            "id": 20,
            "fr_name": "Centre de Neuroprothèses CNP",
            "en_name": "Center for Neuroprosthetics CNP",
            "fr_label": null,
            "en_label": null,
            "slug": "cnp",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cnp/"
        },
        {
            "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": 323,
            "fr_name": "Centre LEARN",
            "en_name": "Center LEARN",
            "fr_label": null,
            "en_label": null,
            "slug": "learn",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/learn/"
        }
    ]
}