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=-fr_name
{ "count": 253, "next": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=170&ordering=-fr_name", "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=150&ordering=-fr_name", "results": [ { "id": 273, "fr_name": "EPFL Rocket Team", "en_name": "EPFL Rocket Team", "fr_label": null, "en_label": null, "slug": "ert", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/ert/" }, { "id": 204, "fr_name": "EPFL Photonics Chapter", "en_name": "EPFL Photonics Chapter", "fr_label": null, "en_label": null, "slug": "epc", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/epc/" }, { "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": 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": 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": 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": 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": 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": 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/" } ] }