Memento List
retrieve:
Return the details about the given Memento id.
list:
List all Memento objects.
GET /api/v1/mementos/?format=api&offset=250&ordering=is_active
{ "count": 253, "next": null, "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=240&ordering=is_active", "results": [ { "id": 439, "fr_name": "Laboratoire de sociologie urbaine LASUR", "en_name": "Urban Sociology Laboratory LASUR", "fr_label": null, "en_label": null, "slug": "lasur", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/lasur/" }, { "id": 440, "fr_name": "Robotique de rééducation et d'assistance – REHAssist", "en_name": "Research group Rehabilitation and Assistive Robotics – REHAssist", "fr_label": null, "en_label": null, "slug": "rehassist", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/rehassist/" }, { "id": 441, "fr_name": "La robotique en pratique", "en_name": "Robotics in Practice", "fr_label": null, "en_label": null, "slug": "robotique-pratique", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/robotique-pratique/" } ] }