retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=210&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=220&ordering=-id",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=200&ordering=-id",
    "results": [
        {
            "id": 65,
            "fr_name": "Cours Massifs en Ligne Libres",
            "en_name": "Massive Open Online Courses",
            "fr_label": null,
            "en_label": null,
            "slug": "moocs",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/moocs/"
        },
        {
            "id": 62,
            "fr_name": "PolyProg",
            "en_name": "PolyProg",
            "fr_label": "",
            "en_label": "",
            "slug": "polyprog",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/polyprog/"
        },
        {
            "id": 61,
            "fr_name": "Gönczy lab",
            "en_name": "Gönczy lab",
            "fr_label": "",
            "en_label": "",
            "slug": "upgon",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/upgon/"
        },
        {
            "id": 59,
            "fr_name": "LAST EVENTS",
            "en_name": "LAST EVENTS",
            "fr_label": "",
            "en_label": "",
            "slug": "last-events",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/last-events/"
        },
        {
            "id": 53,
            "fr_name": "Institut d'infectiologie",
            "en_name": "Global Health Institute",
            "fr_label": "",
            "en_label": "",
            "slug": "ghi",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ghi/"
        },
        {
            "id": 50,
            "fr_name": "IC Colloquium",
            "en_name": "IC Colloquium",
            "fr_label": "",
            "en_label": "",
            "slug": "ic-colloquium",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ic-colloquium/"
        },
        {
            "id": 48,
            "fr_name": "Examens de candidature EDIC",
            "en_name": "EDIC Candidacy Exams schedule",
            "fr_label": null,
            "en_label": null,
            "slug": "candidacy-exams",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/candidacy-exams/"
        },
        {
            "id": 45,
            "fr_name": "Archizoom",
            "en_name": "Archizoom",
            "fr_label": "",
            "en_label": "",
            "slug": "archizoom",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/archizoom/"
        },
        {
            "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": 43,
            "fr_name": "Computational Neuroscience Seminars",
            "en_name": "Computational Neuroscience Seminars",
            "fr_label": "",
            "en_label": "",
            "slug": "computational-neuroscience-seminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/computational-neuroscience-seminars/"
        }
    ]
}