retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=80&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=90&ordering=slug",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=70&ordering=slug",
    "results": [
        {
            "id": 135,
            "fr_name": "Energy Center",
            "en_name": "Energy Center",
            "fr_label": null,
            "en_label": null,
            "slug": "energy",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/energy/"
        },
        {
            "id": 103,
            "fr_name": "Enseignants du secondaire II et écoles prof.",
            "en_name": "Highschool teachers",
            "fr_label": null,
            "en_label": null,
            "slug": "enseignants-secondaire",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/enseignants-secondaire/"
        },
        {
            "id": 353,
            "fr_name": "Enterprise for Society Center (E4S)",
            "en_name": "Enterprise for Society Center (E4S)",
            "fr_label": null,
            "en_label": null,
            "slug": "enterprise-for-society-center",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/enterprise-for-society-center/"
        },
        {
            "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": 34,
            "fr_name": "Ingénierie de l'environnement",
            "en_name": "Environmental engineering",
            "fr_label": "",
            "en_label": "",
            "slug": "environmental-engineering",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/environmental-engineering/"
        },
        {
            "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": 1,
            "fr_name": "EPFL",
            "en_name": "EPFL",
            "fr_label": "EPFL",
            "en_label": "EPFL",
            "slug": "epfl",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/epfl/"
        },
        {
            "id": 391,
            "fr_name": "Architecture Académique",
            "en_name": "Architecture Academic",
            "fr_label": null,
            "en_label": null,
            "slug": "epfl-architecture",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/epfl-architecture/"
        },
        {
            "id": 21,
            "fr_name": "Egalité, diversité, respect",
            "en_name": "Equal opportunity, diversity, respect",
            "fr_label": null,
            "en_label": null,
            "slug": "equality",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/equality/"
        },
        {
            "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/"
        }
    ]
}