Memento List
retrieve:
Return the details about the given Memento id.
list:
List all Memento objects.
GET /api/v1/mementos/?format=api&offset=240&ordering=-id
{ "count": 253, "next": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=250&ordering=-id", "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=230&ordering=-id", "results": [ { "id": 14, "fr_name": "Institut des sciences et ingénierie chimiques", "en_name": "Institute of Chemical Sciences and Engineering", "fr_label": "", "en_label": "", "slug": "isic", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/isic/" }, { "id": 12, "fr_name": "Homepage", "en_name": "Homepage", "fr_label": null, "en_label": null, "slug": "homepage", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/homepage/" }, { "id": 11, "fr_name": "Calendrier académique", "en_name": "Academic Calendar", "fr_label": "Calendrier académique", "en_label": "Academic Calendar", "slug": "academic-calendar", "is_main_memento": true, "is_active": false, "memento_url": "https://memento.epfl.ch/academic-calendar/" }, { "id": 10, "fr_name": "Associations", "en_name": "Associations", "fr_label": "Associations", "en_label": "Associations", "slug": "associations", "is_main_memento": true, "is_active": true, "memento_url": "https://memento.epfl.ch/associations/" }, { "id": 9, "fr_name": "Sciences de la Vie | SV", "en_name": "Life Sciences | SV", "fr_label": "SV", "en_label": "SV", "slug": "sv", "is_main_memento": true, "is_active": true, "memento_url": "https://memento.epfl.ch/sv/" }, { "id": 8, "fr_name": "Sciences et Techniques de l'Ingénieur | STI", "en_name": "School of Engineering | STI", "fr_label": "STI", "en_label": "STI", "slug": "sti", "is_main_memento": true, "is_active": true, "memento_url": "https://memento.epfl.ch/sti/" }, { "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/" }, { "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": 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": 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/" } ] }