retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=200
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=210",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=190",
    "results": [
        {
            "id": 252,
            "fr_name": "PVLab",
            "en_name": "PVLab",
            "fr_label": null,
            "en_label": null,
            "slug": "pvlab",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/pvlab/"
        },
        {
            "id": 394,
            "fr_name": "Recherche en systèmes, automatique et optimisation SYCAMORE",
            "en_name": "Systems Control And Multiagent Optimization Research SYCAMORE",
            "fr_label": null,
            "en_label": null,
            "slug": "sycamore",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sycamore/"
        },
        {
            "id": 42,
            "fr_name": "Recherche et appui pour la formation et ses technologies",
            "en_name": "Pedagogical Research and Support",
            "fr_label": "",
            "en_label": "",
            "slug": "craft",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/craft/"
        },
        {
            "id": 291,
            "fr_name": "Research Data Management",
            "en_name": "Research Data Management",
            "fr_label": null,
            "en_label": null,
            "slug": "library-rdm",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/library-rdm/"
        },
        {
            "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": 436,
            "fr_name": "Réseau d’action science-politique",
            "en_name": "Science and Policy Action Network Association",
            "fr_label": null,
            "en_label": null,
            "slug": "span",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/span/"
        },
        {
            "id": 313,
            "fr_name": "Restauration",
            "en_name": "Catering",
            "fr_label": null,
            "en_label": null,
            "slug": "restauration",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/restauration/"
        },
        {
            "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": 417,
            "fr_name": "Robotique à l'EPFL",
            "en_name": "EPFL Robotics",
            "fr_label": null,
            "en_label": null,
            "slug": "robotics",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/robotics/"
        },
        {
            "id": 440,
            "fr_name": "Robotique de rééducation et d'assistance – REHAssist",
            "en_name": "Research group Rehabilitation and Assistive Robotics – REHAssist",
            "fr_label": null,
            "en_label": null,
            "slug": "rehassist",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/rehassist/"
        }
    ]
}