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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 899,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 898,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 897,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 896,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 895,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 894,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 893,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 892,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 891,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 890,
            "nombre_cientifico": "NULL"
        }
    ]
}