retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=70&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=80&ordering=-fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=60&ordering=-fr_name",
    "results": [
        {
            "id": 7,
            "fr_name": "Maths",
            "en_name": "Maths",
            "fr_label": "",
            "en_label": "",
            "slug": "maths",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/maths/"
        },
        {
            "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/"
        },
        {
            "id": 276,
            "fr_name": "Machine Learning",
            "en_name": "Machine Learning",
            "fr_label": null,
            "en_label": null,
            "slug": "machinelearning",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/machinelearning/"
        },
        {
            "id": 271,
            "fr_name": "LSENS Seminar",
            "en_name": "LSENS Seminar",
            "fr_label": null,
            "en_label": null,
            "slug": "lsens-seminar",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lsens-seminar/"
        },
        {
            "id": 358,
            "fr_name": "LGBTIQ+",
            "en_name": "LGBTIQ+",
            "fr_label": null,
            "en_label": null,
            "slug": "lgbtiq",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lgbtiq/"
        },
        {
            "id": 69,
            "fr_name": "LESO LUNCHTIME LECTURES",
            "en_name": "LESO LUNCHTIME LECTURES",
            "fr_label": null,
            "en_label": null,
            "slug": "leso-lunchtime-lectures",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/leso-lunchtime-lectures/"
        },
        {
            "id": 30,
            "fr_name": "LCPM related",
            "en_name": "LCPM related",
            "fr_label": "",
            "en_label": "",
            "slug": "lcpm-related",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lcpm-related/"
        },
        {
            "id": 28,
            "fr_name": "LCPM meetings",
            "en_name": "LCPM meetings",
            "fr_label": "",
            "en_label": "",
            "slug": "lcpm-meetings",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lcpm-meetings/"
        },
        {
            "id": 27,
            "fr_name": "LCAV Agenda",
            "en_name": "Agenda LCAV",
            "fr_label": "",
            "en_label": "",
            "slug": "agenda-lcav",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/agenda-lcav/"
        },
        {
            "id": 292,
            "fr_name": "Lausanne Centre for Ultrafast Science",
            "en_name": "Lausanne Centre for Ultrafast Science LACUS",
            "fr_label": "",
            "en_label": "",
            "slug": "lacus",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lacus/"
        }
    ]
}