Memento List
retrieve:
Return the details about the given Memento id.
list:
List all Memento objects.
GET /api/v1/mementos/?format=api&offset=190&ordering=en_name
{ "count": 253, "next": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=200&ordering=en_name", "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=180&ordering=en_name", "results": [ { "id": 269, "fr_name": "Open Science", "en_name": "Open Science", "fr_label": null, "en_label": null, "slug": "openscience", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/openscience/" }, { "id": 307, "fr_name": "Optimisation", "en_name": "Optimization", "fr_label": null, "en_label": null, "slug": "optimization", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/optimization/" }, { "id": 299, "fr_name": "Promotion des maths", "en_name": "Outreach mathematics", "fr_label": null, "en_label": null, "slug": "outreachmath", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/outreachmath/" }, { "id": 42, "fr_name": "Recherche et appui pour la formation et ses technologies", "en_name": "Pedagogical Research and Support", "fr_label": "", "en_label": "", "slug": "craft", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/craft/" }, { "id": 191, "fr_name": "Institut de physique", "en_name": "Physics Institute", "fr_label": null, "en_label": null, "slug": "iphys", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/iphys/" }, { "id": 81, "fr_name": "Section de physique", "en_name": "Physics Section", "fr_label": null, "en_label": null, "slug": "sph", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/sph/" }, { "id": 242, "fr_name": "PolyDoc", "en_name": "PolyDoc", "fr_label": null, "en_label": null, "slug": "polydoc", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/polydoc/" }, { "id": 62, "fr_name": "PolyProg", "en_name": "PolyProg", "fr_label": "", "en_label": "", "slug": "polyprog", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/polyprog/" }, { "id": 252, "fr_name": "PVLab", "en_name": "PVLab", "fr_label": null, "en_label": null, "slug": "pvlab", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/pvlab/" }, { "id": 300, "fr_name": "Calcul Quantique", "en_name": "Quantum Computing", "fr_label": null, "en_label": null, "slug": "quantum", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/quantum/" } ] }