retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=50&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=60&ordering=fr_label",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=40&ordering=fr_label",
    "results": [
        {
            "id": 135,
            "fr_name": "Energy Center",
            "en_name": "Energy Center",
            "fr_label": null,
            "en_label": null,
            "slug": "energy",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/energy/"
        },
        {
            "id": 139,
            "fr_name": "CEN-only",
            "en_name": "CEN-only",
            "fr_label": null,
            "en_label": null,
            "slug": "cen-events",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cen-events/"
        },
        {
            "id": 142,
            "fr_name": "Commission de la Recherche",
            "en_name": "Research Commission",
            "fr_label": null,
            "en_label": null,
            "slug": "research-commission",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/research-commission/"
        },
        {
            "id": 282,
            "fr_name": "Laboratoire d'informatique et de mécanique appliquées à la construction IMAC",
            "en_name": "Applied Computing and Mechanics Laboratory IMAC",
            "fr_label": null,
            "en_label": null,
            "slug": "imac",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/imac/"
        },
        {
            "id": 145,
            "fr_name": "Communauté EPFL",
            "en_name": "EPFL community",
            "fr_label": null,
            "en_label": null,
            "slug": "collaborateurs",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/collaborateurs/"
        },
        {
            "id": 148,
            "fr_name": "web",
            "en_name": "web",
            "fr_label": null,
            "en_label": null,
            "slug": "web",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/web/"
        },
        {
            "id": 153,
            "fr_name": "Superstudio",
            "en_name": "Superstudio",
            "fr_label": null,
            "en_label": null,
            "slug": "superstudio",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/superstudio/"
        },
        {
            "id": 154,
            "fr_name": "Santé et Sécurité au Travail",
            "en_name": "Occupational Health and Safety",
            "fr_label": null,
            "en_label": null,
            "slug": "dsps",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/dsps/"
        },
        {
            "id": 156,
            "fr_name": "Théorie des hautes énergies",
            "en_name": "High Energy Theory",
            "fr_label": null,
            "en_label": null,
            "slug": "het",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/het/"
        },
        {
            "id": 162,
            "fr_name": "Space Innovation",
            "en_name": "Space Innovation",
            "fr_label": null,
            "en_label": null,
            "slug": "ssc",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ssc/"
        }
    ]
}