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=-en_name
{ "count": 253, "next": null, "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=240&ordering=-en_name", "results": [ { "id": 27, "fr_name": "LCAV Agenda", "en_name": "Agenda LCAV", "fr_label": "", "en_label": "", "slug": "agenda-lcav", "is_main_memento": false, "is_active": true, "memento_url": "https://memento.epfl.ch/agenda-lcav/" }, { "id": 384, "fr_name": "AdEC - Association des Étudiant.e.s en Chimie", "en_name": "AdEC - Chemistry Students' Association", "fr_label": null, "en_label": null, "slug": "adec", "is_main_memento": false, "is_active": false, "memento_url": "https://memento.epfl.ch/adec/" }, { "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/" } ] }