retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=100&ordering=-en_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=110&ordering=-en_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=90&ordering=-en_name",
    "results": [
        {
            "id": 346,
            "fr_name": "Laboratoire de Neuroscience Cognitive",
            "en_name": "Laboratory of Cognitive Neuroscience",
            "fr_label": null,
            "en_label": null,
            "slug": "lnco",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lnco/"
        },
        {
            "id": 99,
            "fr_name": "Laboratoire d'astrophysique",
            "en_name": "Laboratory of Astrophysics",
            "fr_label": "",
            "en_label": "",
            "slug": "lastro",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/lastro/"
        },
        {
            "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": 149,
            "fr_name": "Laboratoire de modélisation mécanique multi-échelle",
            "en_name": "Laboratory for Multiscale Mechanics Modeling",
            "fr_label": "Laboratoire de modélisation mécanique multi-échelle",
            "en_label": "Laboratory for Multiscale Mechanics Modeling",
            "slug": "lammm",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lammm/"
        },
        {
            "id": 433,
            "fr_name": "Laboratoire pour les écosystèmes de mobilité orientés vers l'humain HOMES",
            "en_name": "Laboratory for Human-Oriented Mobility Eco-system HOMES",
            "fr_label": null,
            "en_label": null,
            "slug": "homes",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/homes/"
        },
        {
            "id": 157,
            "fr_name": "Laboratoire pour l'architecture comme forme",
            "en_name": "Laboratory for architecture as form",
            "fr_label": "",
            "en_label": "",
            "slug": "form",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/form/"
        },
        {
            "id": 224,
            "fr_name": "lab-u",
            "en_name": "lab-u",
            "fr_label": null,
            "en_label": null,
            "slug": "lab-u",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lab-u/"
        },
        {
            "id": 97,
            "fr_name": "Lab Logs",
            "en_name": "Lab Logs",
            "fr_label": null,
            "en_label": null,
            "slug": "lms-lab-logs",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lms-lab-logs/"
        },
        {
            "id": 150,
            "fr_name": "La Forge @ EPFL Innovation Park",
            "en_name": "La Forge @ EPFL Innovation Park",
            "fr_label": "La Forge @ EPFL Innovation Park",
            "en_label": "La Forge @ EPFL Innovation Park",
            "slug": "forge",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/forge/"
        },
        {
            "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/"
        }
    ]
}