retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=90&ordering=fr_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=100&ordering=fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=80&ordering=fr_name",
    "results": [
        {
            "id": 200,
            "fr_name": "EPFL Pavilions",
            "en_name": "EPFL Pavilions",
            "fr_label": null,
            "en_label": null,
            "slug": "artlab",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/artlab/"
        },
        {
            "id": 204,
            "fr_name": "EPFL Photonics Chapter",
            "en_name": "EPFL Photonics Chapter",
            "fr_label": null,
            "en_label": null,
            "slug": "epc",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/epc/"
        },
        {
            "id": 273,
            "fr_name": "EPFL Rocket Team",
            "en_name": "EPFL Rocket Team",
            "fr_label": null,
            "en_label": null,
            "slug": "ert",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/ert/"
        },
        {
            "id": 119,
            "fr_name": "EPFL Start-up",
            "en_name": "EPFL Start-up",
            "fr_label": null,
            "en_label": null,
            "slug": "start-up",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/start-up/"
        },
        {
            "id": 110,
            "fr_name": "EPFL Valais Wallis",
            "en_name": "EPFL Valais Wallis",
            "fr_label": null,
            "en_label": null,
            "slug": "valais",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/valais/"
        },
        {
            "id": 387,
            "fr_name": "EPFL-UNIL Entrepreneur Club",
            "en_name": "EPFL-UNIL Entrepreneur Club",
            "fr_label": null,
            "en_label": null,
            "slug": "entrepreneur-club",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/entrepreneur-club/"
        },
        {
            "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": 22,
            "fr_name": "Evénements culturels",
            "en_name": "Cultural events",
            "fr_label": null,
            "en_label": null,
            "slug": "culture",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/culture/"
        },
        {
            "id": 48,
            "fr_name": "Examens de candidature EDIC",
            "en_name": "EDIC Candidacy Exams schedule",
            "fr_label": null,
            "en_label": null,
            "slug": "candidacy-exams",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/candidacy-exams/"
        },
        {
            "id": 409,
            "fr_name": "Fondations de l'apprentissage et de la recherche en IA | FLAIR",
            "en_name": "Foundation of Learning and AI Research | FLAIR",
            "fr_label": null,
            "en_label": null,
            "slug": "flair",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/flair/"
        }
    ]
}