retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=210&ordering=-is_active
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=220&ordering=-is_active",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=200&ordering=-is_active",
    "results": [
        {
            "id": 225,
            "fr_name": "Laboratoire de biophysique statistique",
            "en_name": "Laboratory of Statistical Biophysics",
            "fr_label": null,
            "en_label": null,
            "slug": "lbs",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lbs/"
        },
        {
            "id": 294,
            "fr_name": "Association des étudiants de la section d'architecture ASAR",
            "en_name": "Association des étudiants de la section d'architectureASAR",
            "fr_label": null,
            "en_label": null,
            "slug": "asar",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/asar/"
        },
        {
            "id": 230,
            "fr_name": "Conseil de Faculté ENAC",
            "en_name": "ENAC Faculty Council",
            "fr_label": null,
            "en_label": null,
            "slug": "cfenac",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cfenac/"
        },
        {
            "id": 231,
            "fr_name": "Associations Professionnelles ENAC",
            "en_name": "ENAC Professional Associations",
            "fr_label": null,
            "en_label": null,
            "slug": "apenac",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/apenac/"
        },
        {
            "id": 233,
            "fr_name": "Chaire Medtronic en neuro-ingénierie",
            "en_name": "Medtronic Chair In Neuroengineering",
            "fr_label": "",
            "en_label": "",
            "slug": "lne",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lne/"
        },
        {
            "id": 297,
            "fr_name": "Laboratoire d'Histoire des Sciences et des Techniques",
            "en_name": "Laboratory for the history of science and technology",
            "fr_label": null,
            "en_label": null,
            "slug": "lhst",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lhst/"
        },
        {
            "id": 278,
            "fr_name": "Événement participant au Blue Brain",
            "en_name": "Blue Brain Participating Event",
            "fr_label": null,
            "en_label": null,
            "slug": "bbp-participating-event",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/bbp-participating-event/"
        },
        {
            "id": 242,
            "fr_name": "PolyDoc",
            "en_name": "PolyDoc",
            "fr_label": null,
            "en_label": null,
            "slug": "polydoc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/polydoc/"
        },
        {
            "id": 243,
            "fr_name": "IEEE EPFL Student Branch",
            "en_name": "IEEE EPFL Student Branch",
            "fr_label": null,
            "en_label": null,
            "slug": "ieee-sb2",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/ieee-sb2/"
        },
        {
            "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/"
        }
    ]
}