retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=220&ordering=-id
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=230&ordering=-id",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=210&ordering=-id",
    "results": [
        {
            "id": 42,
            "fr_name": "Recherche et appui pour la formation et ses technologies",
            "en_name": "Pedagogical Research and Support",
            "fr_label": "",
            "en_label": "",
            "slug": "craft",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/craft/"
        },
        {
            "id": 39,
            "fr_name": "Brown Bag Seminars in Finance",
            "en_name": "Brown Bag Seminars in Finance",
            "fr_label": "",
            "en_label": "",
            "slug": "bbs",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/bbs/"
        },
        {
            "id": 38,
            "fr_name": "Institut de Management de la Technologie et Entrepreneuriat",
            "en_name": "Management of Technology and Entrepreneurship Institute",
            "fr_label": "",
            "en_label": "",
            "slug": "mtei",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/mtei/"
        },
        {
            "id": 35,
            "fr_name": "Ville et territoire",
            "en_name": "Urban Planning",
            "fr_label": "",
            "en_label": "",
            "slug": "inter",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/inter/"
        },
        {
            "id": 34,
            "fr_name": "Ingénierie de l'environnement",
            "en_name": "Environmental engineering",
            "fr_label": "",
            "en_label": "",
            "slug": "environmental-engineering",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/environmental-engineering/"
        },
        {
            "id": 33,
            "fr_name": "Institut d'ingénierie civile IIC",
            "en_name": "Civil Engineering Institute",
            "fr_label": null,
            "en_label": null,
            "slug": "iic",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/iic/"
        },
        {
            "id": 32,
            "fr_name": "Architecture Public",
            "en_name": "Architecture Public",
            "fr_label": null,
            "en_label": null,
            "slug": "architecture",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/architecture/"
        },
        {
            "id": 31,
            "fr_name": "Civil engineering seminar series",
            "en_name": "Civil engineering seminar series",
            "fr_label": "",
            "en_label": "",
            "slug": "cess",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/cess/"
        },
        {
            "id": 30,
            "fr_name": "LCPM related",
            "en_name": "LCPM related",
            "fr_label": "",
            "en_label": "",
            "slug": "lcpm-related",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lcpm-related/"
        },
        {
            "id": 29,
            "fr_name": "Chaire de géometrie",
            "en_name": "Chair of Geometry ",
            "fr_label": "",
            "en_label": "",
            "slug": "geom",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/geom/"
        }
    ]
}