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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 594,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 593,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 297,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 592,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 591,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 296,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 148,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 74,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 37,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 590,
            "nombre_cientifico": "NULL"
        }
    ]
}