retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=90&ordering=-id
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=100&ordering=-id",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=80&ordering=-id",
    "results": [
        {
            "id": 290,
            "fr_name": "Innovation",
            "en_name": "Innovation",
            "fr_label": null,
            "en_label": null,
            "slug": "innovation",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/innovation/"
        },
        {
            "id": 288,
            "fr_name": "Statistiques",
            "en_name": "Statistics",
            "fr_label": "",
            "en_label": "",
            "slug": "statistics",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/statistics/"
        },
        {
            "id": 285,
            "fr_name": "UNFoLD",
            "en_name": "UNFoLD",
            "fr_label": null,
            "en_label": null,
            "slug": "unfold",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/unfold/"
        },
        {
            "id": 284,
            "fr_name": "imaging",
            "en_name": "imaging",
            "fr_label": null,
            "en_label": null,
            "slug": "imaging",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/imaging/"
        },
        {
            "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": 279,
            "fr_name": "Laboratoire de microsystèmes 1",
            "en_name": "Microsystems Laboratory 1",
            "fr_label": "",
            "en_label": "",
            "slug": "lmis1",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lmis1/"
        },
        {
            "id": 278,
            "fr_name": "Événement participant au Blue Brain",
            "en_name": "Blue Brain Participating Event",
            "fr_label": null,
            "en_label": null,
            "slug": "bbp-participating-event",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/bbp-participating-event/"
        },
        {
            "id": 277,
            "fr_name": "Blue Brain Project",
            "en_name": "Blue Brain Project",
            "fr_label": null,
            "en_label": null,
            "slug": "blue-brain-project",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/blue-brain-project/"
        },
        {
            "id": 276,
            "fr_name": "Machine Learning",
            "en_name": "Machine Learning",
            "fr_label": null,
            "en_label": null,
            "slug": "machinelearning",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/machinelearning/"
        },
        {
            "id": 275,
            "fr_name": "Bibliothèque",
            "en_name": "Library",
            "fr_label": null,
            "en_label": null,
            "slug": "library",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/library/"
        }
    ]
}