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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 1018,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1017,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1016,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1015,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1014,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1013,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1012,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1011,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1010,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 1009,
            "nombre_cientifico": "NULL"
        }
    ]
}