retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=250&ordering=en_label
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&ordering=en_label",
    "results": [
        {
            "id": 5,
            "fr_name": "Sciences de Base | SB",
            "en_name": "Basic Sciences | SB",
            "fr_label": "SB",
            "en_label": "SB",
            "slug": "sb",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sb/"
        },
        {
            "id": 8,
            "fr_name": "Sciences et Techniques de l'Ingénieur | STI",
            "en_name": "School of Engineering | STI",
            "fr_label": "STI",
            "en_label": "STI",
            "slug": "sti",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sti/"
        },
        {
            "id": 9,
            "fr_name": "Sciences de la Vie | SV",
            "en_name": "Life Sciences | SV",
            "fr_label": "SV",
            "en_label": "SV",
            "slug": "sv",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/sv/"
        }
    ]
}