retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "id": 140,
    "fr_name": "Research Funding",
    "en_name": "Research Funding",
    "fr_label": "Fonds pour la Recherche",
    "en_label": "Research Funding",
    "slug": "research-office",
    "is_main_memento": true,
    "is_active": true,
    "memento_url": "https://memento.epfl.ch/research-office/"
}