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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 1103,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 554,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 277,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1102,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1101,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 553,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1100,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1099,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 552,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 276,
            "nombre_cientifico": "NULL"
        }
    ]
}