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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78360,
            "nombre_cientifico": "Balaenoptera musculus"
        },
        {
            "id_sp_estud": 77646,
            "nombre_cientifico": "Balaenoptera physalus"
        },
        {
            "id_sp_estud": 78324,
            "nombre_cientifico": "Balaenoptera physalus"
        },
        {
            "id_sp_estud": 78325,
            "nombre_cientifico": "Balaenopter borealis"
        },
        {
            "id_sp_estud": 77993,
            "nombre_cientifico": "Balistes polylepis"
        },
        {
            "id_sp_estud": 78014,
            "nombre_cientifico": "Bassariscus astutus saxicola"
        },
        {
            "id_sp_estud": 77872,
            "nombre_cientifico": "Batis maritima"
        },
        {
            "id_sp_estud": 78190,
            "nombre_cientifico": "Brahea edulis"
        },
        {
            "id_sp_estud": 77639,
            "nombre_cientifico": "Branta bernicla"
        },
        {
            "id_sp_estud": 78417,
            "nombre_cientifico": "Brevoortia patronus"
        }
    ]
}