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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78079,
            "nombre_cientifico": "Streptopelia decaocto"
        },
        {
            "id_sp_estud": 77814,
            "nombre_cientifico": "Strombus galeatus"
        },
        {
            "id_sp_estud": 78304,
            "nombre_cientifico": "Strombus gigas"
        },
        {
            "id_sp_estud": 78081,
            "nombre_cientifico": "Sturnus vulgaris"
        },
        {
            "id_sp_estud": 78022,
            "nombre_cientifico": "Sula dactylatra"
        },
        {
            "id_sp_estud": 77711,
            "nombre_cientifico": "Sula leucogaster"
        },
        {
            "id_sp_estud": 78126,
            "nombre_cientifico": "Sula leucogaster"
        },
        {
            "id_sp_estud": 77722,
            "nombre_cientifico": "Sula leucogaster"
        },
        {
            "id_sp_estud": 78095,
            "nombre_cientifico": "Sula leucogaster"
        },
        {
            "id_sp_estud": 77721,
            "nombre_cientifico": "Sula nebouxii"
        }
    ]
}