retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=80&ordering=fr_label
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=90&ordering=fr_label",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=70&ordering=fr_label",
    "results": [
        {
            "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": 232,
            "fr_name": "Institut de Génie Mécanique",
            "en_name": "Institute of Mechanical Engineering",
            "fr_label": null,
            "en_label": null,
            "slug": "igm",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/igm/"
        },
        {
            "id": 344,
            "fr_name": "CDH culture",
            "en_name": "CDH culture",
            "fr_label": null,
            "en_label": null,
            "slug": "cdh-culture",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/cdh-culture/"
        },
        {
            "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": 246,
            "fr_name": "mathicse-group",
            "en_name": "mathicse-group",
            "fr_label": null,
            "en_label": null,
            "slug": "mathicse-group",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/mathicse-group/"
        }
    ]
}