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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77816,
            "nombre_cientifico": "Citharichthys xanthostigma"
        },
        {
            "id_sp_estud": 78435,
            "nombre_cientifico": "Concarpus erectus"
        },
        {
            "id_sp_estud": 78397,
            "nombre_cientifico": "Conocarpus erectus"
        },
        {
            "id_sp_estud": 78380,
            "nombre_cientifico": "Conocarpus erectus"
        },
        {
            "id_sp_estud": 78110,
            "nombre_cientifico": "Corvus corax"
        },
        {
            "id_sp_estud": 78089,
            "nombre_cientifico": "Corvus corax"
        },
        {
            "id_sp_estud": 78122,
            "nombre_cientifico": "Corvus corax"
        },
        {
            "id_sp_estud": 78103,
            "nombre_cientifico": "Corvus corax"
        },
        {
            "id_sp_estud": 78117,
            "nombre_cientifico": "Corvus corax"
        },
        {
            "id_sp_estud": 77771,
            "nombre_cientifico": "Coryphaena hippurus"
        }
    ]
}