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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 229,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 458,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 459,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 115,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 230,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 460,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 461,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 231,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 462,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 463,
            "nombre_cientifico": "NULL"
        }
    ]
}