Returns a list of all institution types on Infoceano database.

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

[ref]: /api/infoceanos/metadatos/nombre-cientifico/

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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 218,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 109,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 217,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 216,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 108,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 54,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 27,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 215,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 214,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 107,
            "nombre_cientifico": "NULL"
        }
    ]
}