retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=90&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=100&ordering=-is_main_memento",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=80&ordering=-is_main_memento",
    "results": [
        {
            "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/"
        },
        {
            "id": 138,
            "fr_name": "Institut de physique de la matière condensée",
            "en_name": "Institute of Condensed Matter Physics",
            "fr_label": "",
            "en_label": "",
            "slug": "icmp",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/icmp/"
        },
        {
            "id": 139,
            "fr_name": "CEN-only",
            "en_name": "CEN-only",
            "fr_label": null,
            "en_label": null,
            "slug": "cen-events",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cen-events/"
        },
        {
            "id": 142,
            "fr_name": "Commission de la Recherche",
            "en_name": "Research Commission",
            "fr_label": null,
            "en_label": null,
            "slug": "research-commission",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/research-commission/"
        },
        {
            "id": 282,
            "fr_name": "Laboratoire d'informatique et de mécanique appliquées à la construction IMAC",
            "en_name": "Applied Computing and Mechanics Laboratory IMAC",
            "fr_label": null,
            "en_label": null,
            "slug": "imac",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/imac/"
        },
        {
            "id": 148,
            "fr_name": "web",
            "en_name": "web",
            "fr_label": null,
            "en_label": null,
            "slug": "web",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/web/"
        }
    ]
}