retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=90&ordering=is_main_memento
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=100&ordering=is_main_memento",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=80&ordering=is_main_memento",
    "results": [
        {
            "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": 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": 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": 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": 187,
            "fr_name": "Centre de Transport",
            "en_name": "Transportation Center",
            "fr_label": null,
            "en_label": null,
            "slug": "transport",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/transport/"
        },
        {
            "id": 176,
            "fr_name": "Institute for Area and Global Studies",
            "en_name": "Institute for Area and Global Studies",
            "fr_label": null,
            "en_label": null,
            "slug": "iags",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/iags/"
        },
        {
            "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/"
        }
    ]
}