retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=20&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=30&ordering=-is_active",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=10&ordering=-is_active",
    "results": [
        {
            "id": 32,
            "fr_name": "Architecture Public",
            "en_name": "Architecture Public",
            "fr_label": null,
            "en_label": null,
            "slug": "architecture",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/architecture/"
        },
        {
            "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": 72,
            "fr_name": "Architecture & Sciences de la ville",
            "en_name": "Architecture & Sciences of the City",
            "fr_label": null,
            "en_label": null,
            "slug": "edar",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/edar/"
        },
        {
            "id": 38,
            "fr_name": "Institut de Management de la Technologie et Entrepreneuriat",
            "en_name": "Management of Technology and Entrepreneurship Institute",
            "fr_label": "",
            "en_label": "",
            "slug": "mtei",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/mtei/"
        },
        {
            "id": 39,
            "fr_name": "Brown Bag Seminars in Finance",
            "en_name": "Brown Bag Seminars in Finance",
            "fr_label": "",
            "en_label": "",
            "slug": "bbs",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/bbs/"
        },
        {
            "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/"
        },
        {
            "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": 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": 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": 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/"
        }
    ]
}