retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=150&ordering=fr_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=160&ordering=fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=140&ordering=fr_name",
    "results": [
        {
            "id": 297,
            "fr_name": "Laboratoire d'Histoire des Sciences et des Techniques",
            "en_name": "Laboratory for the history of science and technology",
            "fr_label": null,
            "en_label": null,
            "slug": "lhst",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lhst/"
        },
        {
            "id": 96,
            "fr_name": "Laboratoire d'humanités digitales",
            "en_name": "Digital Humanities Laboratory",
            "fr_label": null,
            "en_label": null,
            "slug": "dhlab",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/dhlab/"
        },
        {
            "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": 419,
            "fr_name": "Laboratoire d'informatique géométrique GCM",
            "en_name": "Geometric Computing Laboratory GCM",
            "fr_label": null,
            "en_label": null,
            "slug": "gcm",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/gcm/"
        },
        {
            "id": 411,
            "fr_name": "Laboratoire d'intelligence artificielle pour l'éducation ML4ED",
            "en_name": "Machine learning for education laboratory - ML4ED",
            "fr_label": null,
            "en_label": null,
            "slug": "ml4ed",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ml4ed/"
        },
        {
            "id": 225,
            "fr_name": "Laboratoire de biophysique statistique",
            "en_name": "Laboratory of Statistical Biophysics",
            "fr_label": null,
            "en_label": null,
            "slug": "lbs",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lbs/"
        },
        {
            "id": 76,
            "fr_name": "Laboratoire de constructions hydrauliques LCH",
            "en_name": "Hydraulic Constructions Laboratory LCH",
            "fr_label": null,
            "en_label": null,
            "slug": "lch",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/lch/"
        },
        {
            "id": 75,
            "fr_name": "Laboratoire de la construction métallique ICOM",
            "en_name": "Steel Structures Laboratory ICOM",
            "fr_label": null,
            "en_label": null,
            "slug": "icom",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/icom/"
        },
        {
            "id": 78,
            "fr_name": "Laboratoire de mécanique des sols LMS",
            "en_name": "Laboratory of Soil Mechanics LMS",
            "fr_label": null,
            "en_label": null,
            "slug": "lms",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lms/"
        },
        {
            "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/"
        }
    ]
}