retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=30&ordering=en_label
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=40&ordering=en_label",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=20&ordering=en_label",
    "results": [
        {
            "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": 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": 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/"
        },
        {
            "id": 285,
            "fr_name": "UNFoLD",
            "en_name": "UNFoLD",
            "fr_label": null,
            "en_label": null,
            "slug": "unfold",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/unfold/"
        },
        {
            "id": 103,
            "fr_name": "Enseignants du secondaire II et écoles prof.",
            "en_name": "Highschool teachers",
            "fr_label": null,
            "en_label": null,
            "slug": "enseignants-secondaire",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/enseignants-secondaire/"
        },
        {
            "id": 119,
            "fr_name": "EPFL Start-up",
            "en_name": "EPFL Start-up",
            "fr_label": null,
            "en_label": null,
            "slug": "start-up",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/start-up/"
        },
        {
            "id": 120,
            "fr_name": "CHAIRE GAZ NATUREL",
            "en_name": "CHAIR \"GAZ NATUREL\" ",
            "fr_label": null,
            "en_label": null,
            "slug": "chairco2",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/chairco2/"
        },
        {
            "id": 213,
            "fr_name": "InnoSeed ENAC",
            "en_name": "InnoSeed ENAC",
            "fr_label": null,
            "en_label": null,
            "slug": "innoseed-enac",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/innoseed-enac/"
        },
        {
            "id": 107,
            "fr_name": "Travel GC",
            "en_name": "Travel GC",
            "fr_label": null,
            "en_label": null,
            "slug": "travelgc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/travelgc/"
        },
        {
            "id": 108,
            "fr_name": "Section de génie civil",
            "en_name": "Section de génie civil",
            "fr_label": null,
            "en_label": null,
            "slug": "sectiongc",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sectiongc/"
        }
    ]
}