retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=50&ordering=-slug
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=60&ordering=-slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=40&ordering=-slug",
    "results": [
        {
            "id": 83,
            "fr_name": "Promotion de l’éducation",
            "en_name": "Education outreach",
            "fr_label": null,
            "en_label": null,
            "slug": "promotionetudes",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/promotionetudes/"
        },
        {
            "id": 192,
            "fr_name": "Portes Ouvertes",
            "en_name": "Open Days",
            "fr_label": "",
            "en_label": "",
            "slug": "portes-ouvertes",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/portes-ouvertes/"
        },
        {
            "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": 336,
            "fr_name": "Association PolyPhys",
            "en_name": "Association PolyPhys",
            "fr_label": null,
            "en_label": null,
            "slug": "polyphys",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/polyphys/"
        },
        {
            "id": 165,
            "fr_name": "Association PolyJapan",
            "en_name": "Association PolyJapan",
            "fr_label": "",
            "en_label": "",
            "slug": "polyjapan",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/polyjapan/"
        },
        {
            "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": 415,
            "fr_name": "Pôle d'Expression Théâtrale | PET",
            "en_name": "Theatrical Expression Pole | PET",
            "fr_label": null,
            "en_label": null,
            "slug": "pet",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/pet/"
        },
        {
            "id": 238,
            "fr_name": "Chaire des équations différentielles partielles PDE",
            "en_name": "Chair of Partial Differential Equations PDE",
            "fr_label": "",
            "en_label": "",
            "slug": "pde",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/pde/"
        },
        {
            "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": 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/"
        }
    ]
}