retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&ordering=is_active
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=10&ordering=is_active",
    "previous": null,
    "results": [
        {
            "id": 11,
            "fr_name": "Calendrier académique",
            "en_name": "Academic Calendar",
            "fr_label": "Calendrier académique",
            "en_label": "Academic Calendar",
            "slug": "academic-calendar",
            "is_main_memento": true,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/academic-calendar/"
        },
        {
            "id": 12,
            "fr_name": "Homepage",
            "en_name": "Homepage",
            "fr_label": null,
            "en_label": null,
            "slug": "homepage",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/homepage/"
        },
        {
            "id": 20,
            "fr_name": "Centre de Neuroprothèses CNP",
            "en_name": "Center for Neuroprosthetics CNP",
            "fr_label": null,
            "en_label": null,
            "slug": "cnp",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cnp/"
        },
        {
            "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": 29,
            "fr_name": "Chaire de géometrie",
            "en_name": "Chair of Geometry ",
            "fr_label": "",
            "en_label": "",
            "slug": "geom",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/geom/"
        },
        {
            "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": 33,
            "fr_name": "Institut d'ingénierie civile IIC",
            "en_name": "Civil Engineering Institute",
            "fr_label": null,
            "en_label": null,
            "slug": "iic",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/iic/"
        },
        {
            "id": 35,
            "fr_name": "Ville et territoire",
            "en_name": "Urban Planning",
            "fr_label": "",
            "en_label": "",
            "slug": "inter",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/inter/"
        },
        {
            "id": 75,
            "fr_name": "Laboratoire de la construction métallique ICOM",
            "en_name": "Steel Structures Laboratory ICOM",
            "fr_label": null,
            "en_label": null,
            "slug": "icom",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/icom/"
        },
        {
            "id": 42,
            "fr_name": "Recherche et appui pour la formation et ses technologies",
            "en_name": "Pedagogical Research and Support",
            "fr_label": "",
            "en_label": "",
            "slug": "craft",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/craft/"
        }
    ]
}