retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&ordering=-fr_label
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=10&ordering=-fr_label",
    "previous": null,
    "results": [
        {
            "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/"
        },
        {
            "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": 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": 392,
            "fr_name": "Neuro-X",
            "en_name": "Neuro-X",
            "fr_label": "Memento de l'institut Neuro-X",
            "en_label": "Memento channel of the Neuro-X institute",
            "slug": "neuro-x",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/neuro-x/"
        },
        {
            "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": 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": 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": 6,
            "fr_name": "Informatique et Communications | IC",
            "en_name": "Computer and Communication Sciences | IC",
            "fr_label": "IC",
            "en_label": "IC",
            "slug": "ic",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/ic/"
        },
        {
            "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": 1,
            "fr_name": "EPFL",
            "en_name": "EPFL",
            "fr_label": "EPFL",
            "en_label": "EPFL",
            "slug": "epfl",
            "is_main_memento": true,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/epfl/"
        }
    ]
}