retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=170&ordering=-en_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=180&ordering=-en_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=160&ordering=-en_name",
    "results": [
        {
            "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": 44,
            "fr_name": "Environmental engineering seminar series",
            "en_name": "Environmental engineering seminar series",
            "fr_label": "",
            "en_label": "",
            "slug": "eess",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/eess/"
        },
        {
            "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": 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": 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": 257,
            "fr_name": "ENAC Seminar Series",
            "en_name": "ENAC Seminar Series",
            "fr_label": null,
            "en_label": null,
            "slug": "enac-seminar-series",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/enac-seminar-series/"
        },
        {
            "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": 230,
            "fr_name": "Conseil de Faculté ENAC",
            "en_name": "ENAC Faculty Council",
            "fr_label": null,
            "en_label": null,
            "slug": "cfenac",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cfenac/"
        },
        {
            "id": 77,
            "fr_name": "ENAC - Ongoing and upcoming field campaigns",
            "en_name": "ENAC - Ongoing and upcoming field campaigns",
            "fr_label": null,
            "en_label": null,
            "slug": "enac-field-campaigns",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/enac-field-campaigns/"
        },
        {
            "id": 83,
            "fr_name": "Promotion de l’éducation",
            "en_name": "Education outreach",
            "fr_label": null,
            "en_label": null,
            "slug": "promotionetudes",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/promotionetudes/"
        }
    ]
}