retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=130&ordering=slug
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=140&ordering=slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=120&ordering=slug",
    "results": [
        {
            "id": 290,
            "fr_name": "Innovation",
            "en_name": "Innovation",
            "fr_label": null,
            "en_label": null,
            "slug": "innovation",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/innovation/"
        },
        {
            "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": 420,
            "fr_name": "Micromechanical and Horological Design Laboratory INSTANT-LAB",
            "en_name": "Micromechanical and Horological Design Laboratory INSTANT-LAB",
            "fr_label": null,
            "en_label": null,
            "slug": "instant-lab",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/instant-lab/"
        },
        {
            "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": 151,
            "fr_name": "Information Processing Group",
            "en_name": "Information Processing Group",
            "fr_label": "Information Processing Group",
            "en_label": "Information Processing Group",
            "slug": "ipg",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ipg/"
        },
        {
            "id": 191,
            "fr_name": "Institut de physique",
            "en_name": "Physics Institute",
            "fr_label": null,
            "en_label": null,
            "slug": "iphys",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iphys/"
        },
        {
            "id": 414,
            "fr_name": "Physique de la matière condensée et domaines connexes",
            "en_name": "Condensed Matter Physics and related fields",
            "fr_label": null,
            "en_label": null,
            "slug": "iphys-cmp",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iphys-cmp/"
        },
        {
            "id": 306,
            "fr_name": "International Risk Governance Center IRGC",
            "en_name": "International Risk Governance Center IRGC",
            "fr_label": null,
            "en_label": null,
            "slug": "irgc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/irgc/"
        },
        {
            "id": 101,
            "fr_name": "IN SILICO | BUILDING",
            "en_name": "IN SILICO | BUILDING",
            "fr_label": null,
            "en_label": null,
            "slug": "isb",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/isb/"
        },
        {
            "id": 14,
            "fr_name": "Institut des sciences et ingénierie chimiques",
            "en_name": "Institute of Chemical Sciences and Engineering",
            "fr_label": "",
            "en_label": "",
            "slug": "isic",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/isic/"
        }
    ]
}