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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 777,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 195,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 389,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 778,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 779,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 390,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 780,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 781,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 49,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1019,
            "nombre_cientifico": "NULL"
        }
    ]
}