retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=90&ordering=en_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=100&ordering=en_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=80&ordering=en_name",
    "results": [
        {
            "id": 122,
            "fr_name": "Association des étudiants en sciences de la vie EPFL",
            "en_name": "EPFL Life Sciences Students Association",
            "fr_label": "",
            "en_label": "",
            "slug": "aesv",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/aesv/"
        },
        {
            "id": 272,
            "fr_name": "EPFL Neuchâtel",
            "en_name": "EPFL Neuchâtel",
            "fr_label": null,
            "en_label": null,
            "slug": "microcity",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/microcity/"
        },
        {
            "id": 200,
            "fr_name": "EPFL Pavilions",
            "en_name": "EPFL Pavilions",
            "fr_label": null,
            "en_label": null,
            "slug": "artlab",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/artlab/"
        },
        {
            "id": 204,
            "fr_name": "EPFL Photonics Chapter",
            "en_name": "EPFL Photonics Chapter",
            "fr_label": null,
            "en_label": null,
            "slug": "epc",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/epc/"
        },
        {
            "id": 417,
            "fr_name": "Robotique à l'EPFL",
            "en_name": "EPFL Robotics",
            "fr_label": null,
            "en_label": null,
            "slug": "robotics",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/robotics/"
        },
        {
            "id": 273,
            "fr_name": "EPFL Rocket Team",
            "en_name": "EPFL Rocket Team",
            "fr_label": null,
            "en_label": null,
            "slug": "ert",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/ert/"
        },
        {
            "id": 179,
            "fr_name": "Centre spatial EPFL",
            "en_name": "EPFL Space Center",
            "fr_label": null,
            "en_label": null,
            "slug": "espace",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/espace/"
        },
        {
            "id": 119,
            "fr_name": "EPFL Start-up",
            "en_name": "EPFL Start-up",
            "fr_label": null,
            "en_label": null,
            "slug": "start-up",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/start-up/"
        },
        {
            "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": 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/"
        }
    ]
}