retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=40&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=50&ordering=fr_label",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=30&ordering=fr_label",
    "results": [
        {
            "id": 110,
            "fr_name": "EPFL Valais Wallis",
            "en_name": "EPFL Valais Wallis",
            "fr_label": null,
            "en_label": null,
            "slug": "valais",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/valais/"
        },
        {
            "id": 111,
            "fr_name": "Institut de bioingénierie - IBI",
            "en_name": "Institute of Bioengineering - IBI",
            "fr_label": null,
            "en_label": null,
            "slug": "bioengineering",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/bioengineering/"
        },
        {
            "id": 112,
            "fr_name": "Séminaires de recherche en Finance",
            "en_name": "Finance Research Seminars",
            "fr_label": null,
            "en_label": null,
            "slug": "cdm-sfi-seminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/cdm-sfi-seminars/"
        },
        {
            "id": 115,
            "fr_name": "INNOVATION PARK",
            "en_name": "INNOVATION PARK",
            "fr_label": null,
            "en_label": null,
            "slug": "innovationpark",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/innovationpark/"
        },
        {
            "id": 117,
            "fr_name": "Centre de compétences transverses et de carrière",
            "en_name": "Transversal Skills and Career Center",
            "fr_label": null,
            "en_label": null,
            "slug": "cc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cc/"
        },
        {
            "id": 118,
            "fr_name": "EDCE Génie civil et environnement",
            "en_name": "EDCE Civil and Environmental Engineering",
            "fr_label": null,
            "en_label": null,
            "slug": "edce",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/edce/"
        },
        {
            "id": 123,
            "fr_name": "Robopoly",
            "en_name": "Robopoly",
            "fr_label": null,
            "en_label": null,
            "slug": "robopoly",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/robopoly/"
        },
        {
            "id": 124,
            "fr_name": "Centre for Area and Cultural Studies",
            "en_name": "Centre for Area and Cultural Studies",
            "fr_label": null,
            "en_label": null,
            "slug": "cacs",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cacs/"
        },
        {
            "id": 125,
            "fr_name": "IEEE Student Branch",
            "en_name": "IEEE Student Branch",
            "fr_label": null,
            "en_label": null,
            "slug": "ieee-sb",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/ieee-sb/"
        },
        {
            "id": 129,
            "fr_name": "sv-postdoc-external",
            "en_name": "sv-postdoc-external",
            "fr_label": null,
            "en_label": null,
            "slug": "sv-postdoc-external",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-postdoc-external/"
        }
    ]
}