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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 630,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 629,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 315,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 628,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 627,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 314,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 157,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 626,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 625,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 313,
            "nombre_cientifico": "NULL"
        }
    ]
}