retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=50&ordering=-en_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=60&ordering=-en_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=40&ordering=-en_name",
    "results": [
        {
            "id": 291,
            "fr_name": "Research Data Management",
            "en_name": "Research Data Management",
            "fr_label": null,
            "en_label": null,
            "slug": "library-rdm",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/library-rdm/"
        },
        {
            "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": 296,
            "fr_name": "Séminaires Quantum Science & Condensed Matter",
            "en_name": "Quantum Science and Condensed Matter Seminars",
            "fr_label": null,
            "en_label": null,
            "slug": "qst-cm-seminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/qst-cm-seminars/"
        },
        {
            "id": 300,
            "fr_name": "Calcul Quantique",
            "en_name": "Quantum Computing",
            "fr_label": null,
            "en_label": null,
            "slug": "quantum",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/quantum/"
        },
        {
            "id": 252,
            "fr_name": "PVLab",
            "en_name": "PVLab",
            "fr_label": null,
            "en_label": null,
            "slug": "pvlab",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/pvlab/"
        },
        {
            "id": 62,
            "fr_name": "PolyProg",
            "en_name": "PolyProg",
            "fr_label": "",
            "en_label": "",
            "slug": "polyprog",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/polyprog/"
        },
        {
            "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": 81,
            "fr_name": "Section de physique",
            "en_name": "Physics Section",
            "fr_label": null,
            "en_label": null,
            "slug": "sph",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sph/"
        },
        {
            "id": 191,
            "fr_name": "Institut de physique",
            "en_name": "Physics Institute",
            "fr_label": null,
            "en_label": null,
            "slug": "iphys",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/iphys/"
        },
        {
            "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/"
        }
    ]
}