retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=190&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=200&ordering=slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=180&ordering=slug",
    "results": [
        {
            "id": 182,
            "fr_name": "Orchestre de Chambre des Etudiants EPFL et UNIL",
            "en_name": "EPFL and UNIL Student Chamber Orchestra",
            "fr_label": null,
            "en_label": null,
            "slug": "oche",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/oche/"
        },
        {
            "id": 385,
            "fr_name": "Santé et Sécurité au Travail OHS",
            "en_name": "Occupational Health and Safety OHS",
            "fr_label": null,
            "en_label": null,
            "slug": "ohs",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ohs/"
        },
        {
            "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": 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": 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": 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": 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": 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/"
        }
    ]
}