retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=250
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 253,
    "next": null,
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=240",
    "results": [
        {
            "id": 35,
            "fr_name": "Ville et territoire",
            "en_name": "Urban Planning",
            "fr_label": "",
            "en_label": "",
            "slug": "inter",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/inter/"
        },
        {
            "id": 148,
            "fr_name": "web",
            "en_name": "web",
            "fr_label": null,
            "en_label": null,
            "slug": "web",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/web/"
        },
        {
            "id": 369,
            "fr_name": "Yuva - Indians",
            "en_name": "Yuva - Indiens",
            "fr_label": null,
            "en_label": null,
            "slug": "yuva",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/yuva/"
        }
    ]
}