retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=40&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=50&ordering=is_active",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=30&ordering=is_active",
    "results": [
        {
            "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": 149,
            "fr_name": "Laboratoire de modélisation mécanique multi-échelle",
            "en_name": "Laboratory for Multiscale Mechanics Modeling",
            "fr_label": "Laboratoire de modélisation mécanique multi-échelle",
            "en_label": "Laboratory for Multiscale Mechanics Modeling",
            "slug": "lammm",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lammm/"
        },
        {
            "id": 150,
            "fr_name": "La Forge @ EPFL Innovation Park",
            "en_name": "La Forge @ EPFL Innovation Park",
            "fr_label": "La Forge @ EPFL Innovation Park",
            "en_label": "La Forge @ EPFL Innovation Park",
            "slug": "forge",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/forge/"
        },
        {
            "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/"
        },
        {
            "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": 165,
            "fr_name": "Association PolyJapan",
            "en_name": "Association PolyJapan",
            "fr_label": "",
            "en_label": "",
            "slug": "polyjapan",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/polyjapan/"
        },
        {
            "id": 169,
            "fr_name": "SV-SAFETY Bio-sécurité",
            "en_name": "SV-SAFETY Biosecurity",
            "fr_label": "",
            "en_label": "",
            "slug": "sv-safety",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-safety/"
        },
        {
            "id": 187,
            "fr_name": "Centre de Transport",
            "en_name": "Transportation Center",
            "fr_label": null,
            "en_label": null,
            "slug": "transport",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/transport/"
        }
    ]
}