retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

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

{
    "id": 425,
    "fr_name": "Vice-présidence pour le développement humain - VPH",
    "en_name": "Vice presidency for Human Development VPH",
    "fr_label": null,
    "en_label": null,
    "slug": "vph",
    "is_main_memento": false,
    "is_active": true,
    "memento_url": "https://memento.epfl.ch/vph/"
}