retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/?format=api&offset=50&ordering=-is_active
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=60&ordering=-is_active",
    "previous": "https://memento.epfl.ch/api/v1/mementos/?format=api&limit=10&offset=40&ordering=-is_active",
    "results": [
        {
            "id": 118,
            "fr_name": "EDCE Génie civil et environnement",
            "en_name": "EDCE Civil and Environmental Engineering",
            "fr_label": null,
            "en_label": null,
            "slug": "edce",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/edce/"
        },
        {
            "id": 123,
            "fr_name": "Robopoly",
            "en_name": "Robopoly",
            "fr_label": null,
            "en_label": null,
            "slug": "robopoly",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/robopoly/"
        },
        {
            "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/"
        },
        {
            "id": 135,
            "fr_name": "Energy Center",
            "en_name": "Energy Center",
            "fr_label": null,
            "en_label": null,
            "slug": "energy",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/energy/"
        },
        {
            "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": 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": 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": 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": 154,
            "fr_name": "Santé et Sécurité au Travail",
            "en_name": "Occupational Health and Safety",
            "fr_label": null,
            "en_label": null,
            "slug": "dsps",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/dsps/"
        },
        {
            "id": 156,
            "fr_name": "Théorie des hautes énergies",
            "en_name": "High Energy Theory",
            "fr_label": null,
            "en_label": null,
            "slug": "het",
            "is_main_memento": false,
            "is_active": true,
            "memento_url": "https://memento.epfl.ch/het/"
        }
    ]
}