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

{
    "quantity": 287,
    "total_pages": 29,
    "results": [
        {
            "id_institucion": 280,
            "nombre_institucion": "aaa",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 279,
            "nombre_institucion": "aaaa",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 274,
            "nombre_institucion": "AAAA",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 283,
            "nombre_institucion": "aaaaaaaa",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 15,
            "nombre_institucion": "Arizona-Sonora Desert Museum",
            "sitio_web": null,
            "contacto": null,
            "tipo_institucion": {
                "id_tipo_institucion": 4,
                "acronimo": "INT",
                "tipo_institucion": "Internacional",
                "comentarios": null
            }
        },
        {
            "id_institucion": 124,
            "nombre_institucion": "ASUPMATOMA A.C.",
            "sitio_web": "www.asupmatoma.org",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 162,
            "nombre_institucion": "ATEC Asesoría Técnica y Estudios Costeros SCP",
            "sitio_web": null,
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 163,
            "nombre_institucion": "Atlantic and Gulf Rapid Reef Assessment (AGGRA) DataExplorer (en contrucción)",
            "sitio_web": "http://www.agrra.org/data-explorer/ ",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 164,
            "nombre_institucion": "Banco de Imágenes CONABIO",
            "sitio_web": "http://bdi.conabio.gob.mx/fotoweb/ ",
            "contacto": null,
            "tipo_institucion": null
        },
        {
            "id_institucion": 253,
            "nombre_institucion": "bbb",
            "sitio_web": "",
            "contacto": null,
            "tipo_institucion": null
        }
    ]
}