retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=10&ordering=-fr_name
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=20&ordering=-fr_name",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&ordering=-fr_name",
    "results": [
        {
            "id": 312,
            "fr_name": "Tech4Dev",
            "en_name": "Tech4Dev",
            "fr_label": null,
            "en_label": null,
            "slug": "tech4impact",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/tech4impact/"
        },
        {
            "id": 17,
            "fr_name": "Swiss Plasma Center",
            "en_name": "Swiss Plasma Center",
            "fr_label": "",
            "en_label": "",
            "slug": "spc",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/spc/"
        },
        {
            "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": 129,
            "fr_name": "sv-postdoc-external",
            "en_name": "sv-postdoc-external",
            "fr_label": null,
            "en_label": null,
            "slug": "sv-postdoc-external",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-postdoc-external/"
        },
        {
            "id": 100,
            "fr_name": "SV Postdoc Events",
            "en_name": "SV Postdoc Events",
            "fr_label": null,
            "en_label": null,
            "slug": "sv-postdoc",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sv-postdoc/"
        },
        {
            "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": 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": 422,
            "fr_name": "Startup Compass",
            "en_name": "Startup Compass",
            "fr_label": null,
            "en_label": null,
            "slug": "vpi-startup-compass",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/vpi-startup-compass/"
        },
        {
            "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": 430,
            "fr_name": "Space Exchange Switzerland VPI",
            "en_name": "Space Exchange Switzerland VPI",
            "fr_label": null,
            "en_label": null,
            "slug": "sxs",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/sxs/"
        }
    ]
}