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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 233,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 232,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 116,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 58,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 29,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 231,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 230,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 115,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 229,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 228,
            "nombre_cientifico": "NULL"
        }
    ]
}