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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78056,
            "nombre_cientifico": "Aspidoscelis costata"
        },
        {
            "id_sp_estud": 78066,
            "nombre_cientifico": "Aspidoscelis lineattissimus"
        },
        {
            "id_sp_estud": 78129,
            "nombre_cientifico": "Aspidoscelis martyris"
        },
        {
            "id_sp_estud": 78097,
            "nombre_cientifico": "Aspidoscelis tigris"
        },
        {
            "id_sp_estud": 77633,
            "nombre_cientifico": "Atractoscion nobilis"
        },
        {
            "id_sp_estud": 77822,
            "nombre_cientifico": "Atractoscion nobilis"
        },
        {
            "id_sp_estud": 77796,
            "nombre_cientifico": "Atrina maura"
        },
        {
            "id_sp_estud": 77891,
            "nombre_cientifico": "Atrina maura"
        },
        {
            "id_sp_estud": 77798,
            "nombre_cientifico": "Atrina tuberculosa"
        },
        {
            "id_sp_estud": 77632,
            "nombre_cientifico": "Avicennia germinans"
        }
    ]
}