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=7
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "quantity": 287,
    "total_pages": 29,
    "results": [
        {
            "id_institucion": 270,
            "nombre_institucion": "CONABIO",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 250,
            "nombre_institucion": "CONABIO",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 266,
            "nombre_institucion": "CONABIO",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 60,
            "nombre_institucion": "CONABIO",
            "sitio_web": null,
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 272,
            "nombre_institucion": "CONABIO",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 260,
            "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": 262,
            "nombre_institucion": "CONABIO",
            "sitio_web": "www.simar.gob.mx",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 239,
            "nombre_institucion": "CONABIO",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 251,
            "nombre_institucion": "CONABIO",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        }
    ]
}