retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=70&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=80&ordering=is_main_memento",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=60&ordering=is_main_memento",
    "results": [
        {
            "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/"
        },
        {
            "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": 157,
            "fr_name": "Laboratoire pour l'architecture comme forme",
            "en_name": "Laboratory for architecture as form",
            "fr_label": "",
            "en_label": "",
            "slug": "form",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/form/"
        },
        {
            "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": 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": 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": 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": 137,
            "fr_name": "Séminaires de physique de la matière condensée",
            "en_name": "Condensed matter physics seminars",
            "fr_label": "",
            "en_label": "",
            "slug": "icmp-seminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/icmp-seminars/"
        },
        {
            "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/"
        }
    ]
}