retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=130&ordering=-en_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=140&ordering=-en_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=120&ordering=-en_name",
    "results": [
        {
            "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": 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": 435,
            "fr_name": "Séminaires des laboratoire de Génie Civil IIC",
            "en_name": "IIC Civil Engineering Lab Seminars",
            "fr_label": null,
            "en_label": null,
            "slug": "iic-labs",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iic-labs/"
        },
        {
            "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": 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": 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": 264,
            "fr_name": "Idiap laboratory",
            "en_name": "Idiap laboratory",
            "fr_label": null,
            "en_label": null,
            "slug": "lidiap",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/lidiap/"
        },
        {
            "id": 50,
            "fr_name": "IC Colloquium",
            "en_name": "IC Colloquium",
            "fr_label": "",
            "en_label": "",
            "slug": "ic-colloquium",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ic-colloquium/"
        },
        {
            "id": 76,
            "fr_name": "Laboratoire de constructions hydrauliques LCH",
            "en_name": "Hydraulic Constructions Laboratory LCH",
            "fr_label": null,
            "en_label": null,
            "slug": "lch",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/lch/"
        },
        {
            "id": 214,
            "fr_name": "Hummel-Lab",
            "en_name": "Hummel-Lab",
            "fr_label": null,
            "en_label": null,
            "slug": "hummel-lab",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/hummel-lab/"
        }
    ]
}