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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 929,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 928,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 927,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 926,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 925,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 924,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 923,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 922,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 921,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 920,
            "nombre_cientifico": "NULL"
        }
    ]
}