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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 325,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 648,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 647,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 324,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 162,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 81,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 646,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 645,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 323,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 644,
            "nombre_cientifico": "NULL"
        }
    ]
}