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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77728,
            "nombre_cientifico": "Pandion haliaetus"
        },
        {
            "id_sp_estud": 77797,
            "nombre_cientifico": "Panopea globosa"
        },
        {
            "id_sp_estud": 78187,
            "nombre_cientifico": "Panopea globosa"
        },
        {
            "id_sp_estud": 77766,
            "nombre_cientifico": "Panopea spp"
        },
        {
            "id_sp_estud": 77740,
            "nombre_cientifico": "Panthera onca"
        },
        {
            "id_sp_estud": 78310,
            "nombre_cientifico": "Panulirus argus"
        },
        {
            "id_sp_estud": 77793,
            "nombre_cientifico": "Panulirus gracili"
        },
        {
            "id_sp_estud": 77790,
            "nombre_cientifico": "Panulirus gracili"
        },
        {
            "id_sp_estud": 77763,
            "nombre_cientifico": "Panulirus gracilis"
        },
        {
            "id_sp_estud": 77789,
            "nombre_cientifico": "Panulirus inflatus"
        }
    ]
}