Memento List
retrieve:
Return the details about the given Memento id.
list:
List all Memento objects.
GET /api/v1/mementos/?format=api&offset=160&ordering=-en_name
{ "count": 253, "next": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=170&ordering=-en_name", "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=150&ordering=-en_name", "results": [ { "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": 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/" }, { "id": 122, "fr_name": "Association des étudiants en sciences de la vie EPFL", "en_name": "EPFL Life Sciences Students Association", "fr_label": "", "en_label": "", "slug": "aesv", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/aesv/" }, { "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": 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": 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": 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": 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": 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": 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/" } ] }