retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=80&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=90&ordering=en_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=70&ordering=en_name",
    "results": [
        {
            "id": 34,
            "fr_name": "Ingénierie de l'environnement",
            "en_name": "Environmental engineering",
            "fr_label": "",
            "en_label": "",
            "slug": "environmental-engineering",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/environmental-engineering/"
        },
        {
            "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": 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": 182,
            "fr_name": "Orchestre de Chambre des Etudiants EPFL et UNIL",
            "en_name": "EPFL and UNIL Student Chamber Orchestra",
            "fr_label": null,
            "en_label": null,
            "slug": "oche",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/oche/"
        },
        {
            "id": 429,
            "fr_name": "Assemblée d'Ecole AE",
            "en_name": "EPFL Assembly AE",
            "fr_label": null,
            "en_label": null,
            "slug": "ae",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ae/"
        },
        {
            "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": 145,
            "fr_name": "Communauté EPFL",
            "en_name": "EPFL community",
            "fr_label": null,
            "en_label": null,
            "slug": "collaborateurs",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/collaborateurs/"
        },
        {
            "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": 438,
            "fr_name": "Formation continue en chaînes de valeur durables et résilientes EPFL",
            "en_name": "EPFL Executive Education in Sustainable Resilient Value Chains",
            "fr_label": null,
            "en_label": null,
            "slug": "exed-srvc",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/exed-srvc/"
        },
        {
            "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/"
        }
    ]
}