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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 2433,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 2434,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 2435,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 2436,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 2437,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 2438,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 2439,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 2440,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 2441,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 2195,
            "nombre_cientifico": "NULL"
        }
    ]
}