retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=30&ordering=-en_name
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 253,
    "next": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=40&ordering=-en_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=20&ordering=-en_name",
    "results": [
        {
            "id": 288,
            "fr_name": "Statistiques",
            "en_name": "Statistics",
            "fr_label": "",
            "en_label": "",
            "slug": "statistics",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/statistics/"
        },
        {
            "id": 422,
            "fr_name": "Startup Compass",
            "en_name": "Startup Compass",
            "fr_label": null,
            "en_label": null,
            "slug": "vpi-startup-compass",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/vpi-startup-compass/"
        },
        {
            "id": 393,
            "fr_name": "Aumônerie",
            "en_name": "Spiritual Care Services",
            "fr_label": null,
            "en_label": null,
            "slug": "aum",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/aum/"
        },
        {
            "id": 162,
            "fr_name": "Space Innovation",
            "en_name": "Space Innovation",
            "fr_label": null,
            "en_label": null,
            "slug": "ssc",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ssc/"
        },
        {
            "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": 70,
            "fr_name": "Laboratoire d'Energie Solaire et Physique du Bâtiment",
            "en_name": "Solar Energy and Building Physics Laboratory",
            "fr_label": null,
            "en_label": null,
            "slug": "leso",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/leso/"
        },
        {
            "id": 249,
            "fr_name": "SKIL - Student Kreativity and Innovation Laboratory",
            "en_name": "SKIL - Student Kreativity and Innovation Laboratory",
            "fr_label": null,
            "en_label": null,
            "slug": "skil",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/skil/"
        },
        {
            "id": 239,
            "fr_name": "Séminaires Chaire des équations différentielles partielles",
            "en_name": "Seminars Chair of Partial Differential Equations",
            "fr_label": "",
            "en_label": "",
            "slug": "seminaire-pde",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/seminaire-pde/"
        },
        {
            "id": 15,
            "fr_name": "Seminars at the Automatic Control Lab",
            "en_name": "Seminars at the Automatic Control Lab",
            "fr_label": "",
            "en_label": "",
            "slug": "laseminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/laseminars/"
        },
        {
            "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/"
        }
    ]
}