retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=150&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=160&ordering=id",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=140&ordering=id",
    "results": [
        {
            "id": 271,
            "fr_name": "LSENS Seminar",
            "en_name": "LSENS Seminar",
            "fr_label": null,
            "en_label": null,
            "slug": "lsens-seminar",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lsens-seminar/"
        },
        {
            "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": 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": 275,
            "fr_name": "Bibliothèque",
            "en_name": "Library",
            "fr_label": null,
            "en_label": null,
            "slug": "library",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/library/"
        },
        {
            "id": 276,
            "fr_name": "Machine Learning",
            "en_name": "Machine Learning",
            "fr_label": null,
            "en_label": null,
            "slug": "machinelearning",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/machinelearning/"
        },
        {
            "id": 277,
            "fr_name": "Blue Brain Project",
            "en_name": "Blue Brain Project",
            "fr_label": null,
            "en_label": null,
            "slug": "blue-brain-project",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/blue-brain-project/"
        },
        {
            "id": 278,
            "fr_name": "Événement participant au Blue Brain",
            "en_name": "Blue Brain Participating Event",
            "fr_label": null,
            "en_label": null,
            "slug": "bbp-participating-event",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/bbp-participating-event/"
        },
        {
            "id": 279,
            "fr_name": "Laboratoire de microsystèmes 1",
            "en_name": "Microsystems Laboratory 1",
            "fr_label": "",
            "en_label": "",
            "slug": "lmis1",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lmis1/"
        },
        {
            "id": 282,
            "fr_name": "Laboratoire d'informatique et de mécanique appliquées à la construction IMAC",
            "en_name": "Applied Computing and Mechanics Laboratory IMAC",
            "fr_label": null,
            "en_label": null,
            "slug": "imac",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/imac/"
        },
        {
            "id": 284,
            "fr_name": "imaging",
            "en_name": "imaging",
            "fr_label": null,
            "en_label": null,
            "slug": "imaging",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/imaging/"
        }
    ]
}