retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=240&ordering=-slug
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=250&ordering=-slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=230&ordering=-slug",
    "results": [
        {
            "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": 259,
            "fr_name": "anmath-groupe",
            "en_name": "anmath-group",
            "fr_label": "",
            "en_label": "",
            "slug": "amcv",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/amcv/"
        },
        {
            "id": 406,
            "fr_name": "ALICE Atelier de la Conception de l'Espace",
            "en_name": "Design Studio on the Conception of Space ALICE",
            "fr_label": null,
            "en_label": null,
            "slug": "alice",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/alice/"
        },
        {
            "id": 416,
            "fr_name": "Centre AI",
            "en_name": "AI Center",
            "fr_label": null,
            "en_label": null,
            "slug": "aicenter",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/aicenter/"
        },
        {
            "id": 386,
            "fr_name": "AGEPoly Association générale des étudiant.e.s de l'EPFL",
            "en_name": "AGEPoly",
            "fr_label": null,
            "en_label": null,
            "slug": "agepoly",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/agepoly/"
        },
        {
            "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": 122,
            "fr_name": "Association des étudiants en sciences de la vie EPFL",
            "en_name": "EPFL Life Sciences Students Association",
            "fr_label": "",
            "en_label": "",
            "slug": "aesv",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/aesv/"
        },
        {
            "id": 216,
            "fr_name": "Association des Étudiants en Génie Civil",
            "en_name": "Civil Engineering Students' Association",
            "fr_label": null,
            "en_label": null,
            "slug": "aegc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/aegc/"
        },
        {
            "id": 429,
            "fr_name": "Assemblée d'Ecole AE",
            "en_name": "EPFL Assembly AE",
            "fr_label": null,
            "en_label": null,
            "slug": "ae",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ae/"
        },
        {
            "id": 152,
            "fr_name": "Association des Étudiants Électriciens",
            "en_name": "Association des Étudiants Électriciens",
            "fr_label": "Association des Étudiants Électriciens",
            "en_label": "",
            "slug": "adele",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/adele/"
        }
    ]
}