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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77772,
            "nombre_cientifico": "Coryphaena hippurus"
        },
        {
            "id_sp_estud": 77771,
            "nombre_cientifico": "Coryphaena hippurus"
        },
        {
            "id_sp_estud": 77833,
            "nombre_cientifico": "Crassostrea corteziensis"
        },
        {
            "id_sp_estud": 77765,
            "nombre_cientifico": "Crassostrea iridescens"
        },
        {
            "id_sp_estud": 78061,
            "nombre_cientifico": "Crataeva tapia"
        },
        {
            "id_sp_estud": 78194,
            "nombre_cientifico": "Crocodylus acutus"
        },
        {
            "id_sp_estud": 77861,
            "nombre_cientifico": "Crotalus angelensis"
        },
        {
            "id_sp_estud": 78130,
            "nombre_cientifico": "Crotalus atrox"
        },
        {
            "id_sp_estud": 77701,
            "nombre_cientifico": "Ctenosaura nolascensis"
        },
        {
            "id_sp_estud": 78068,
            "nombre_cientifico": "Ctenosaura pectinata"
        }
    ]
}