retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=80&ordering=fr_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=90&ordering=fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=70&ordering=fr_name",
    "results": [
        {
            "id": 257,
            "fr_name": "ENAC Seminar Series",
            "en_name": "ENAC Seminar Series",
            "fr_label": null,
            "en_label": null,
            "slug": "enac-seminar-series",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/enac-seminar-series/"
        },
        {
            "id": 135,
            "fr_name": "Energy Center",
            "en_name": "Energy Center",
            "fr_label": null,
            "en_label": null,
            "slug": "energy",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/energy/"
        },
        {
            "id": 103,
            "fr_name": "Enseignants du secondaire II et écoles prof.",
            "en_name": "Highschool teachers",
            "fr_label": null,
            "en_label": null,
            "slug": "enseignants-secondaire",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/enseignants-secondaire/"
        },
        {
            "id": 353,
            "fr_name": "Enterprise for Society Center (E4S)",
            "en_name": "Enterprise for Society Center (E4S)",
            "fr_label": null,
            "en_label": null,
            "slug": "enterprise-for-society-center",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/enterprise-for-society-center/"
        },
        {
            "id": 44,
            "fr_name": "Environmental engineering seminar series",
            "en_name": "Environmental engineering seminar series",
            "fr_label": "",
            "en_label": "",
            "slug": "eess",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/eess/"
        },
        {
            "id": 4,
            "fr_name": "Environnement Naturel, Architectural et Construit | ENAC",
            "en_name": "Architecture, Civil and Environmental Engineering | ENAC",
            "fr_label": "ENAC",
            "en_label": "ENAC",
            "slug": "enac",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/enac/"
        },
        {
            "id": 1,
            "fr_name": "EPFL",
            "en_name": "EPFL",
            "fr_label": "EPFL",
            "en_label": "EPFL",
            "slug": "epfl",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/epfl/"
        },
        {
            "id": 437,
            "fr_name": "EPFL Executive Education",
            "en_name": "EPFL Executive Education",
            "fr_label": null,
            "en_label": null,
            "slug": "exed",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/exed/"
        },
        {
            "id": 268,
            "fr_name": "EPFL Fribourg / smart living lab",
            "en_name": "EPFL Fribourg / smart living lab",
            "fr_label": null,
            "en_label": null,
            "slug": "smartlivinglab",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/smartlivinglab/"
        },
        {
            "id": 272,
            "fr_name": "EPFL Neuchâtel",
            "en_name": "EPFL Neuchâtel",
            "fr_label": null,
            "en_label": null,
            "slug": "microcity",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/microcity/"
        }
    ]
}