retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=160&ordering=-id
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=170&ordering=-id",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=150&ordering=-id",
    "results": [
        {
            "id": 151,
            "fr_name": "Information Processing Group",
            "en_name": "Information Processing Group",
            "fr_label": "Information Processing Group",
            "en_label": "Information Processing Group",
            "slug": "ipg",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ipg/"
        },
        {
            "id": 150,
            "fr_name": "La Forge @ EPFL Innovation Park",
            "en_name": "La Forge @ EPFL Innovation Park",
            "fr_label": "La Forge @ EPFL Innovation Park",
            "en_label": "La Forge @ EPFL Innovation Park",
            "slug": "forge",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/forge/"
        },
        {
            "id": 149,
            "fr_name": "Laboratoire de modélisation mécanique multi-échelle",
            "en_name": "Laboratory for Multiscale Mechanics Modeling",
            "fr_label": "Laboratoire de modélisation mécanique multi-échelle",
            "en_label": "Laboratory for Multiscale Mechanics Modeling",
            "slug": "lammm",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/lammm/"
        },
        {
            "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": 145,
            "fr_name": "Communauté EPFL",
            "en_name": "EPFL community",
            "fr_label": null,
            "en_label": null,
            "slug": "collaborateurs",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/collaborateurs/"
        },
        {
            "id": 142,
            "fr_name": "Commission de la Recherche",
            "en_name": "Research Commission",
            "fr_label": null,
            "en_label": null,
            "slug": "research-commission",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/research-commission/"
        },
        {
            "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/"
        },
        {
            "id": 139,
            "fr_name": "CEN-only",
            "en_name": "CEN-only",
            "fr_label": null,
            "en_label": null,
            "slug": "cen-events",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/cen-events/"
        },
        {
            "id": 138,
            "fr_name": "Institut de physique de la matière condensée",
            "en_name": "Institute of Condensed Matter Physics",
            "fr_label": "",
            "en_label": "",
            "slug": "icmp",
            "is_main_memento": false,
            "is_active": false,
            "memento_url": "https://memento.epfl.ch/icmp/"
        },
        {
            "id": 137,
            "fr_name": "Séminaires de physique de la matière condensée",
            "en_name": "Condensed matter physics seminars",
            "fr_label": "",
            "en_label": "",
            "slug": "icmp-seminars",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/icmp-seminars/"
        }
    ]
}