retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=160&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=170&ordering=id",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=150&ordering=id",
    "results": [
        {
            "id": 285,
            "fr_name": "UNFoLD",
            "en_name": "UNFoLD",
            "fr_label": null,
            "en_label": null,
            "slug": "unfold",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/unfold/"
        },
        {
            "id": 288,
            "fr_name": "Statistiques",
            "en_name": "Statistics",
            "fr_label": "",
            "en_label": "",
            "slug": "statistics",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/statistics/"
        },
        {
            "id": 290,
            "fr_name": "Innovation",
            "en_name": "Innovation",
            "fr_label": null,
            "en_label": null,
            "slug": "innovation",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/innovation/"
        },
        {
            "id": 291,
            "fr_name": "Research Data Management",
            "en_name": "Research Data Management",
            "fr_label": null,
            "en_label": null,
            "slug": "library-rdm",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/library-rdm/"
        },
        {
            "id": 292,
            "fr_name": "Lausanne Centre for Ultrafast Science",
            "en_name": "Lausanne Centre for Ultrafast Science LACUS",
            "fr_label": "",
            "en_label": "",
            "slug": "lacus",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lacus/"
        },
        {
            "id": 294,
            "fr_name": "Association des étudiants de la section d'architecture ASAR",
            "en_name": "Association des étudiants de la section d'architectureASAR",
            "fr_label": null,
            "en_label": null,
            "slug": "asar",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/asar/"
        },
        {
            "id": 296,
            "fr_name": "Séminaires Quantum Science & Condensed Matter",
            "en_name": "Quantum Science and Condensed Matter Seminars",
            "fr_label": null,
            "en_label": null,
            "slug": "qst-cm-seminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/qst-cm-seminars/"
        },
        {
            "id": 297,
            "fr_name": "Laboratoire d'Histoire des Sciences et des Techniques",
            "en_name": "Laboratory for the history of science and technology",
            "fr_label": null,
            "en_label": null,
            "slug": "lhst",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lhst/"
        },
        {
            "id": 299,
            "fr_name": "Promotion des maths",
            "en_name": "Outreach mathematics",
            "fr_label": null,
            "en_label": null,
            "slug": "outreachmath",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/outreachmath/"
        },
        {
            "id": 300,
            "fr_name": "Calcul Quantique",
            "en_name": "Quantum Computing",
            "fr_label": null,
            "en_label": null,
            "slug": "quantum",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/quantum/"
        }
    ]
}