retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=170&ordering=-id
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=180&ordering=-id",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=160&ordering=-id",
    "results": [
        {
            "id": 135,
            "fr_name": "Energy Center",
            "en_name": "Energy Center",
            "fr_label": null,
            "en_label": null,
            "slug": "energy",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/energy/"
        },
        {
            "id": 130,
            "fr_name": "Technologie et politiques publiques",
            "en_name": "Technology & Public Policy",
            "fr_label": "",
            "en_label": "",
            "slug": "itpp",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/itpp/"
        },
        {
            "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": 125,
            "fr_name": "IEEE Student Branch",
            "en_name": "IEEE Student Branch",
            "fr_label": null,
            "en_label": null,
            "slug": "ieee-sb",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/ieee-sb/"
        },
        {
            "id": 124,
            "fr_name": "Centre for Area and Cultural Studies",
            "en_name": "Centre for Area and Cultural Studies",
            "fr_label": null,
            "en_label": null,
            "slug": "cacs",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cacs/"
        },
        {
            "id": 123,
            "fr_name": "Robopoly",
            "en_name": "Robopoly",
            "fr_label": null,
            "en_label": null,
            "slug": "robopoly",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/robopoly/"
        },
        {
            "id": 122,
            "fr_name": "Association des étudiants en sciences de la vie EPFL",
            "en_name": "EPFL Life Sciences Students Association",
            "fr_label": "",
            "en_label": "",
            "slug": "aesv",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/aesv/"
        },
        {
            "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": 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": 118,
            "fr_name": "EDCE Génie civil et environnement",
            "en_name": "EDCE Civil and Environmental Engineering",
            "fr_label": null,
            "en_label": null,
            "slug": "edce",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/edce/"
        }
    ]
}