Returns a list of all institutions on Infoceano database.

For more details on how to search institutions please [see here][ref].

[ref]: /api/infoceanos/metadatos/instituciones/

GET /api/infoceanos/metadatos/instituciones/?format=api&page=8
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "quantity": 287,
    "total_pages": 29,
    "results": [
        {
            "id_institucion": 251,
            "nombre_institucion": "CONABIO",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 287,
            "nombre_institucion": "CONABIO",
            "sitio_web": "https://www.gob.mx/conabio",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 290,
            "nombre_institucion": "CONABIO",
            "sitio_web": "https://www.gob.mx/conabio",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 270,
            "nombre_institucion": "CONABIO",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 5,
            "nombre_institucion": "CONABIO",
            "sitio_web": null,
            "contacto": "Sergio Cerdeira",
            "tipo_institucion": {
                "id_tipo_institucion": 2,
                "acronimo": "GOV",
                "tipo_institucion": "Gobierno",
                "comentarios": null
            }
        },
        {
            "id_institucion": 291,
            "nombre_institucion": "CONABIO",
            "sitio_web": "https://www.gob.mx/conabio",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 254,
            "nombre_institucion": "CONABIO",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 272,
            "nombre_institucion": "CONABIO",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 286,
            "nombre_institucion": "CONABIO",
            "sitio_web": "https://www.gob.mx/conabio",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 292,
            "nombre_institucion": "CONABIO",
            "sitio_web": "https://www.gob.mx/conabio",
            "contacto": null,
            "tipo_institucion": null
        }
    ]
}