Memento List
retrieve:
Return the details about the given Memento id.
list:
List all Memento objects.
GET /api/v1/mementos/?format=api&offset=100&ordering=is_active
{ "count": 253, "next": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=110&ordering=is_active", "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=90&ordering=is_active", "results": [ { "id": 426, "fr_name": "Association BioSense EPFL", "en_name": "BioSense EPFL Association", "fr_label": null, "en_label": null, "slug": "biosense", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/biosense/" }, { "id": 430, "fr_name": "Space Exchange Switzerland VPI", "en_name": "Space Exchange Switzerland VPI", "fr_label": null, "en_label": null, "slug": "sxs", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/sxs/" }, { "id": 436, "fr_name": "Réseau d’action science-politique", "en_name": "Science and Policy Action Network Association", "fr_label": null, "en_label": null, "slug": "span", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/span/" }, { "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": 2, "fr_name": "Collège des humanités | CDH", "en_name": "College of Humanities | CDH", "fr_label": "CdH", "en_label": "CdH", "slug": "cdh", "is_main_memento": true, "is_active": true, "memento_url": "https://memento.epfl.ch/cdh/" }, { "id": 3, "fr_name": "Collège du Management de la Technologie | CDM", "en_name": "Management of Technology | CDM", "fr_label": "CDM", "en_label": "CDM", "slug": "cdm", "is_main_memento": true, "is_active": true, "memento_url": "https://memento.epfl.ch/cdm/" }, { "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": 5, "fr_name": "Sciences de Base | SB", "en_name": "Basic Sciences | SB", "fr_label": "SB", "en_label": "SB", "slug": "sb", "is_main_memento": true, "is_active": true, "memento_url": "https://memento.epfl.ch/sb/" }, { "id": 6, "fr_name": "Informatique et Communications | IC", "en_name": "Computer and Communication Sciences | IC", "fr_label": "IC", "en_label": "IC", "slug": "ic", "is_main_memento": true, "is_active": true, "memento_url": "https://memento.epfl.ch/ic/" }, { "id": 7, "fr_name": "Maths", "en_name": "Maths", "fr_label": "", "en_label": "", "slug": "maths", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/maths/" } ] }