retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=110&ordering=fr_name
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=120&ordering=fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=100&ordering=fr_name",
    "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": 397,
            "fr_name": "IEM Distinguished Lecturers Seminar Series",
            "en_name": "IEM Distinguished Lecturers Seminar Series",
            "fr_label": null,
            "en_label": null,
            "slug": "iem-dls",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iem-dls/"
        },
        {
            "id": 428,
            "fr_name": "IIC Distinguished Lectures",
            "en_name": "IIC Distinguished Lectures",
            "fr_label": null,
            "en_label": null,
            "slug": "iic-lectures",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iic-lectures/"
        },
        {
            "id": 284,
            "fr_name": "imaging",
            "en_name": "imaging",
            "fr_label": null,
            "en_label": null,
            "slug": "imaging",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/imaging/"
        },
        {
            "id": 101,
            "fr_name": "IN SILICO | BUILDING",
            "en_name": "IN SILICO | BUILDING",
            "fr_label": null,
            "en_label": null,
            "slug": "isb",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/isb/"
        },
        {
            "id": 151,
            "fr_name": "Information Processing Group",
            "en_name": "Information Processing Group",
            "fr_label": "Information Processing Group",
            "en_label": "Information Processing Group",
            "slug": "ipg",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ipg/"
        },
        {
            "id": 6,
            "fr_name": "Informatique et Communications | IC",
            "en_name": "Computer and Communication Sciences | IC",
            "fr_label": "IC",
            "en_label": "IC",
            "slug": "ic",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ic/"
        },
        {
            "id": 34,
            "fr_name": "Ingénierie de l'environnement",
            "en_name": "Environmental engineering",
            "fr_label": "",
            "en_label": "",
            "slug": "environmental-engineering",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/environmental-engineering/"
        },
        {
            "id": 424,
            "fr_name": "Ingénieur.e.s du Monde UNIL-EPFL",
            "en_name": "Ingénieur.e.s du Monde UNIL-EPFL",
            "fr_label": null,
            "en_label": null,
            "slug": "idm",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/idm/"
        },
        {
            "id": 398,
            "fr_name": "Initiative MAKE",
            "en_name": "MAKE initiative",
            "fr_label": null,
            "en_label": null,
            "slug": "make",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/make/"
        }
    ]
}