retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=190&ordering=-fr_label
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_label",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=180&ordering=-fr_label",
    "results": [
        {
            "id": 345,
            "fr_name": "Institut d'Electricité et de Microtechnique IEM",
            "en_name": "Institute of Electrical and Micro Engineering IEM",
            "fr_label": null,
            "en_label": null,
            "slug": "iem",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iem/"
        },
        {
            "id": 346,
            "fr_name": "Laboratoire de Neuroscience Cognitive",
            "en_name": "Laboratory of Cognitive Neuroscience",
            "fr_label": null,
            "en_label": null,
            "slug": "lnco",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lnco/"
        },
        {
            "id": 347,
            "fr_name": "Institut d'Electricité et Microtechnique IEM",
            "en_name": "Institute of Electrical and Micro Engineering - IEM",
            "fr_label": null,
            "en_label": null,
            "slug": "iem-events",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iem-events/"
        },
        {
            "id": 353,
            "fr_name": "Enterprise for Society Center (E4S)",
            "en_name": "Enterprise for Society Center (E4S)",
            "fr_label": null,
            "en_label": null,
            "slug": "enterprise-for-society-center",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/enterprise-for-society-center/"
        },
        {
            "id": 377,
            "fr_name": "Centre de MicroNanoTechnologie | CMi",
            "en_name": "Center of MicroNanoTechnology | CMi",
            "fr_label": null,
            "en_label": null,
            "slug": "cmi",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/cmi/"
        },
        {
            "id": 356,
            "fr_name": "Vice-présidence pour la transformation responsable",
            "en_name": "Vice Presidency for Responsible Transformation",
            "fr_label": null,
            "en_label": null,
            "slug": "vpt",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/vpt/"
        },
        {
            "id": 358,
            "fr_name": "LGBTIQ+",
            "en_name": "LGBTIQ+",
            "fr_label": null,
            "en_label": null,
            "slug": "lgbtiq",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lgbtiq/"
        },
        {
            "id": 379,
            "fr_name": "Newsletter IC évènements",
            "en_name": "Newsletter IC events",
            "fr_label": null,
            "en_label": null,
            "slug": "newsletter-ic",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/newsletter-ic/"
        },
        {
            "id": 387,
            "fr_name": "EPFL-UNIL Entrepreneur Club",
            "en_name": "EPFL-UNIL Entrepreneur Club",
            "fr_label": null,
            "en_label": null,
            "slug": "entrepreneur-club",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/entrepreneur-club/"
        },
        {
            "id": 389,
            "fr_name": "Center for Quantum Science and Engineering",
            "en_name": "Center for Quantum Science and Engineering",
            "fr_label": null,
            "en_label": null,
            "slug": "qse",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/qse/"
        }
    ]
}