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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78012,
            "nombre_cientifico": "Felis catus"
        },
        {
            "id_sp_estud": 78063,
            "nombre_cientifico": "Felis catus"
        },
        {
            "id_sp_estud": 77716,
            "nombre_cientifico": "Felis catus"
        },
        {
            "id_sp_estud": 78069,
            "nombre_cientifico": "Felis catus"
        },
        {
            "id_sp_estud": 77748,
            "nombre_cientifico": "Fregata magnificens"
        },
        {
            "id_sp_estud": 77720,
            "nombre_cientifico": "Fregata magnificens"
        },
        {
            "id_sp_estud": 77901,
            "nombre_cientifico": "Galeocerdo cuvier"
        },
        {
            "id_sp_estud": 78340,
            "nombre_cientifico": "Gardineroserosis planulata"
        },
        {
            "id_sp_estud": 78059,
            "nombre_cientifico": "Gecarcinus quadratus"
        },
        {
            "id_sp_estud": 77657,
            "nombre_cientifico": "Gelochelidon nilotica vanrossemi"
        }
    ]
}