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": 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/" } ] }