retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=10&ordering=-is_main_memento
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=20&ordering=-is_main_memento",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&ordering=-is_main_memento",
    "results": [
        {
            "id": 21,
            "fr_name": "Egalité, diversité, respect",
            "en_name": "Equal opportunity, diversity, respect",
            "fr_label": null,
            "en_label": null,
            "slug": "equality",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/equality/"
        },
        {
            "id": 22,
            "fr_name": "Evénements culturels",
            "en_name": "Cultural events",
            "fr_label": null,
            "en_label": null,
            "slug": "culture",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/culture/"
        },
        {
            "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": 140,
            "fr_name": "Research Funding",
            "en_name": "Research Funding",
            "fr_label": "Fonds pour la Recherche",
            "en_label": "Research Funding",
            "slug": "research-office",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/research-office/"
        },
        {
            "id": 145,
            "fr_name": "Communauté EPFL",
            "en_name": "EPFL community",
            "fr_label": null,
            "en_label": null,
            "slug": "collaborateurs",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/collaborateurs/"
        },
        {
            "id": 7,
            "fr_name": "Maths",
            "en_name": "Maths",
            "fr_label": "",
            "en_label": "",
            "slug": "maths",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/maths/"
        },
        {
            "id": 12,
            "fr_name": "Homepage",
            "en_name": "Homepage",
            "fr_label": null,
            "en_label": null,
            "slug": "homepage",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/homepage/"
        },
        {
            "id": 14,
            "fr_name": "Institut des sciences et ingénierie chimiques",
            "en_name": "Institute of Chemical Sciences and Engineering",
            "fr_label": "",
            "en_label": "",
            "slug": "isic",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/isic/"
        },
        {
            "id": 15,
            "fr_name": "Seminars at the Automatic Control Lab",
            "en_name": "Seminars at the Automatic Control Lab",
            "fr_label": "",
            "en_label": "",
            "slug": "laseminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/laseminars/"
        },
        {
            "id": 19,
            "fr_name": "Institut des neurosciences",
            "en_name": "Brain Mind Institute",
            "fr_label": "",
            "en_label": "",
            "slug": "brain-mind-institute",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/brain-mind-institute/"
        }
    ]
}