retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=150&ordering=-id
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=160&ordering=-id",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=140&ordering=-id",
    "results": [
        {
            "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": 169,
            "fr_name": "SV-SAFETY Bio-sécurité",
            "en_name": "SV-SAFETY Biosecurity",
            "fr_label": "",
            "en_label": "",
            "slug": "sv-safety",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-safety/"
        },
        {
            "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": 165,
            "fr_name": "Association PolyJapan",
            "en_name": "Association PolyJapan",
            "fr_label": "",
            "en_label": "",
            "slug": "polyjapan",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/polyjapan/"
        },
        {
            "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": 157,
            "fr_name": "Laboratoire pour l'architecture comme forme",
            "en_name": "Laboratory for architecture as form",
            "fr_label": "",
            "en_label": "",
            "slug": "form",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/form/"
        },
        {
            "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": 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": 153,
            "fr_name": "Superstudio",
            "en_name": "Superstudio",
            "fr_label": null,
            "en_label": null,
            "slug": "superstudio",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/superstudio/"
        },
        {
            "id": 152,
            "fr_name": "Association des Étudiants Électriciens",
            "en_name": "Association des Étudiants Électriciens",
            "fr_label": "Association des Étudiants Électriciens",
            "en_label": "",
            "slug": "adele",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/adele/"
        }
    ]
}