retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=190&ordering=fr_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=200&ordering=fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=180&ordering=fr_name",
    "results": [
        {
            "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": 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": 414,
            "fr_name": "Physique de la matière condensée et domaines connexes",
            "en_name": "Condensed Matter Physics and related fields",
            "fr_label": null,
            "en_label": null,
            "slug": "iphys-cmp",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iphys-cmp/"
        },
        {
            "id": 412,
            "fr_name": "Plateforme technologique de bio-imagerie et imagerie optique PTBIOP",
            "en_name": "BioImaging and Optics Core Facility PTBIOP",
            "fr_label": null,
            "en_label": null,
            "slug": "sv-ptbiop",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sv-ptbiop/"
        },
        {
            "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": 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": 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": 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": 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/"
        }
    ]
}