retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=10&ordering=slug
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=20&ordering=slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&ordering=slug",
    "results": [
        {
            "id": 406,
            "fr_name": "ALICE Atelier de la Conception de l'Espace",
            "en_name": "Design Studio on the Conception of Space ALICE",
            "fr_label": null,
            "en_label": null,
            "slug": "alice",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/alice/"
        },
        {
            "id": 259,
            "fr_name": "anmath-groupe",
            "en_name": "anmath-group",
            "fr_label": "",
            "en_label": "",
            "slug": "amcv",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/amcv/"
        },
        {
            "id": 231,
            "fr_name": "Associations Professionnelles ENAC",
            "en_name": "ENAC Professional Associations",
            "fr_label": null,
            "en_label": null,
            "slug": "apenac",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/apenac/"
        },
        {
            "id": 32,
            "fr_name": "Architecture Public",
            "en_name": "Architecture Public",
            "fr_label": null,
            "en_label": null,
            "slug": "architecture",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/architecture/"
        },
        {
            "id": 45,
            "fr_name": "Archizoom",
            "en_name": "Archizoom",
            "fr_label": "",
            "en_label": "",
            "slug": "archizoom",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/archizoom/"
        },
        {
            "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": 294,
            "fr_name": "Association des étudiants de la section d'architecture ASAR",
            "en_name": "Association des étudiants de la section d'architectureASAR",
            "fr_label": null,
            "en_label": null,
            "slug": "asar",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/asar/"
        },
        {
            "id": 10,
            "fr_name": "Associations",
            "en_name": "Associations",
            "fr_label": "Associations",
            "en_label": "Associations",
            "slug": "associations",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/associations/"
        },
        {
            "id": 393,
            "fr_name": "Aumônerie",
            "en_name": "Spiritual Care Services",
            "fr_label": null,
            "en_label": null,
            "slug": "aum",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/aum/"
        },
        {
            "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/"
        }
    ]
}