retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=170&ordering=-en_label
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=180&ordering=-en_label",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=160&ordering=-en_label",
    "results": [
        {
            "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": 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/"
        },
        {
            "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": 306,
            "fr_name": "International Risk Governance Center IRGC",
            "en_name": "International Risk Governance Center IRGC",
            "fr_label": null,
            "en_label": null,
            "slug": "irgc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/irgc/"
        },
        {
            "id": 305,
            "fr_name": "MUN Model United Nations",
            "en_name": "MUN Model United Nations",
            "fr_label": null,
            "en_label": null,
            "slug": "mun",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/mun/"
        },
        {
            "id": 323,
            "fr_name": "Centre LEARN",
            "en_name": "Center LEARN",
            "fr_label": null,
            "en_label": null,
            "slug": "learn",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/learn/"
        },
        {
            "id": 307,
            "fr_name": "Optimisation",
            "en_name": "Optimization",
            "fr_label": null,
            "en_label": null,
            "slug": "optimization",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/optimization/"
        },
        {
            "id": 310,
            "fr_name": "Centre pour les systèmes intelligents de l'EPFL (CIS)",
            "en_name": "Center for Intelligent Systems at EPFL (CIS)",
            "fr_label": null,
            "en_label": null,
            "slug": "cis",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cis/"
        },
        {
            "id": 312,
            "fr_name": "Tech4Dev",
            "en_name": "Tech4Dev",
            "fr_label": null,
            "en_label": null,
            "slug": "tech4impact",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/tech4impact/"
        },
        {
            "id": 313,
            "fr_name": "Restauration",
            "en_name": "Catering",
            "fr_label": null,
            "en_label": null,
            "slug": "restauration",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/restauration/"
        }
    ]
}