retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=250&ordering=-id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 253,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=240&ordering=-id",
    "results": [
        {
            "id": 3,
            "fr_name": "Collège du Management de la Technologie | CDM",
            "en_name": "Management of Technology | CDM",
            "fr_label": "CDM",
            "en_label": "CDM",
            "slug": "cdm",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/cdm/"
        },
        {
            "id": 2,
            "fr_name": "Collège des humanités | CDH",
            "en_name": "College of Humanities | CDH",
            "fr_label": "CdH",
            "en_label": "CdH",
            "slug": "cdh",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/cdh/"
        },
        {
            "id": 1,
            "fr_name": "EPFL",
            "en_name": "EPFL",
            "fr_label": "EPFL",
            "en_label": "EPFL",
            "slug": "epfl",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/epfl/"
        }
    ]
}