retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=220&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=230&ordering=en_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=210&ordering=en_name",
    "results": [
        {
            "id": 393,
            "fr_name": "Aumônerie",
            "en_name": "Spiritual Care Services",
            "fr_label": null,
            "en_label": null,
            "slug": "aum",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/aum/"
        },
        {
            "id": 422,
            "fr_name": "Startup Compass",
            "en_name": "Startup Compass",
            "fr_label": null,
            "en_label": null,
            "slug": "vpi-startup-compass",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/vpi-startup-compass/"
        },
        {
            "id": 288,
            "fr_name": "Statistiques",
            "en_name": "Statistics",
            "fr_label": "",
            "en_label": "",
            "slug": "statistics",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/statistics/"
        },
        {
            "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": 153,
            "fr_name": "Superstudio",
            "en_name": "Superstudio",
            "fr_label": null,
            "en_label": null,
            "slug": "superstudio",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/superstudio/"
        },
        {
            "id": 79,
            "fr_name": "Durabilité",
            "en_name": "Sustainability",
            "fr_label": null,
            "en_label": null,
            "slug": "campus-durable",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/campus-durable/"
        },
        {
            "id": 100,
            "fr_name": "SV Postdoc Events",
            "en_name": "SV Postdoc Events",
            "fr_label": null,
            "en_label": null,
            "slug": "sv-postdoc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-postdoc/"
        },
        {
            "id": 129,
            "fr_name": "sv-postdoc-external",
            "en_name": "sv-postdoc-external",
            "fr_label": null,
            "en_label": null,
            "slug": "sv-postdoc-external",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-postdoc-external/"
        },
        {
            "id": 169,
            "fr_name": "SV-SAFETY Bio-sécurité",
            "en_name": "SV-SAFETY Biosecurity",
            "fr_label": "",
            "en_label": "",
            "slug": "sv-safety",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-safety/"
        },
        {
            "id": 116,
            "fr_name": "Institut suisse de la finance à l'EPFL",
            "en_name": "Swiss Finance Institute at EPFL",
            "fr_label": null,
            "en_label": null,
            "slug": "sfi-epfl",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sfi-epfl/"
        }
    ]
}