Memento List
retrieve:
Return the details about the given Memento id.
list:
List all Memento objects.
GET /api/v1/mementos/?format=api&offset=110&ordering=en_label
{ "count": 253, "next": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=120&ordering=en_label", "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=100&ordering=en_label", "results": [ { "id": 276, "fr_name": "Machine Learning", "en_name": "Machine Learning", "fr_label": null, "en_label": null, "slug": "machinelearning", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/machinelearning/" }, { "id": 306, "fr_name": "International Risk Governance Center IRGC", "en_name": "International Risk Governance Center IRGC", "fr_label": null, "en_label": null, "slug": "irgc", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/irgc/" }, { "id": 305, "fr_name": "MUN Model United Nations", "en_name": "MUN Model United Nations", "fr_label": null, "en_label": null, "slug": "mun", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/mun/" }, { "id": 323, "fr_name": "Centre LEARN", "en_name": "Center LEARN", "fr_label": null, "en_label": null, "slug": "learn", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/learn/" }, { "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": 310, "fr_name": "Centre pour les systèmes intelligents de l'EPFL (CIS)", "en_name": "Center for Intelligent Systems at EPFL (CIS)", "fr_label": null, "en_label": null, "slug": "cis", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/cis/" }, { "id": 312, "fr_name": "Tech4Dev", "en_name": "Tech4Dev", "fr_label": null, "en_label": null, "slug": "tech4impact", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/tech4impact/" }, { "id": 313, "fr_name": "Restauration", "en_name": "Catering", "fr_label": null, "en_label": null, "slug": "restauration", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/restauration/" }, { "id": 314, "fr_name": "Institut des matériaux IMX", "en_name": "Institute of Materials IMX", "fr_label": null, "en_label": null, "slug": "imx", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/imx/" }, { "id": 316, "fr_name": "Section Génie Mécanique", "en_name": "Section of Mechanical Engineering", "fr_label": null, "en_label": null, "slug": "sgm", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/sgm/" } ] }