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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 348,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 347,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 174,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 87,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 346,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 345,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 173,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 344,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 343,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 172,
            "nombre_cientifico": "NULL"
        }
    ]
}