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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77890,
            "nombre_cientifico": "Pinna rugosa"
        },
        {
            "id_sp_estud": 77795,
            "nombre_cientifico": "Pinna rugosa"
        },
        {
            "id_sp_estud": 77892,
            "nombre_cientifico": "Pinna tuberculosa"
        },
        {
            "id_sp_estud": 78189,
            "nombre_cientifico": "Pinus radiata"
        },
        {
            "id_sp_estud": 78346,
            "nombre_cientifico": "Pocillopora capitata"
        },
        {
            "id_sp_estud": 78347,
            "nombre_cientifico": "Pocillopora damicornis"
        },
        {
            "id_sp_estud": 78348,
            "nombre_cientifico": "Pocillopora effusus"
        },
        {
            "id_sp_estud": 78349,
            "nombre_cientifico": "Pocillopora eydouxi"
        },
        {
            "id_sp_estud": 78350,
            "nombre_cientifico": "Pocillopora inflata"
        },
        {
            "id_sp_estud": 78351,
            "nombre_cientifico": "Pocillopora meandrina"
        }
    ]
}