retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=160&ordering=is_active
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=170&ordering=is_active",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=150&ordering=is_active",
    "results": [
        {
            "id": 151,
            "fr_name": "Information Processing Group",
            "en_name": "Information Processing Group",
            "fr_label": "Information Processing Group",
            "en_label": "Information Processing Group",
            "slug": "ipg",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ipg/"
        },
        {
            "id": 154,
            "fr_name": "Santé et Sécurité au Travail",
            "en_name": "Occupational Health and Safety",
            "fr_label": null,
            "en_label": null,
            "slug": "dsps",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/dsps/"
        },
        {
            "id": 156,
            "fr_name": "Théorie des hautes énergies",
            "en_name": "High Energy Theory",
            "fr_label": null,
            "en_label": null,
            "slug": "het",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/het/"
        },
        {
            "id": 162,
            "fr_name": "Space Innovation",
            "en_name": "Space Innovation",
            "fr_label": null,
            "en_label": null,
            "slug": "ssc",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ssc/"
        },
        {
            "id": 170,
            "fr_name": "Service de Promotion des Sciences",
            "en_name": "Science Outreach Department",
            "fr_label": "",
            "en_label": "",
            "slug": "sps",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sps/"
        },
        {
            "id": 168,
            "fr_name": "Association d'astronomie Callista",
            "en_name": "Association d'astronomie Callista",
            "fr_label": null,
            "en_label": null,
            "slug": "callista",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/callista/"
        },
        {
            "id": 277,
            "fr_name": "Blue Brain Project",
            "en_name": "Blue Brain Project",
            "fr_label": null,
            "en_label": null,
            "slug": "blue-brain-project",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/blue-brain-project/"
        },
        {
            "id": 175,
            "fr_name": "Institute for Digital Humanities",
            "en_name": "Institute for Digital Humanities",
            "fr_label": null,
            "en_label": null,
            "slug": "dhi",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/dhi/"
        },
        {
            "id": 179,
            "fr_name": "Centre spatial EPFL",
            "en_name": "EPFL Space Center",
            "fr_label": null,
            "en_label": null,
            "slug": "espace",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/espace/"
        },
        {
            "id": 182,
            "fr_name": "Orchestre de Chambre des Etudiants EPFL et UNIL",
            "en_name": "EPFL and UNIL Student Chamber Orchestra",
            "fr_label": null,
            "en_label": null,
            "slug": "oche",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/oche/"
        }
    ]
}