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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78193,
            "nombre_cientifico": "Isostichopus fuscus"
        },
        {
            "id_sp_estud": 77954,
            "nombre_cientifico": "Isostichopus fuscus"
        },
        {
            "id_sp_estud": 77638,
            "nombre_cientifico": "Isostichopus fuscus"
        },
        {
            "id_sp_estud": 77906,
            "nombre_cientifico": "Isostichopus fuscus"
        },
        {
            "id_sp_estud": 77773,
            "nombre_cientifico": "Isthiophorus platypterus"
        },
        {
            "id_sp_estud": 77784,
            "nombre_cientifico": "Isurus oxyrinchus"
        },
        {
            "id_sp_estud": 78065,
            "nombre_cientifico": "Johngarthia planata"
        },
        {
            "id_sp_estud": 78060,
            "nombre_cientifico": "Johngarthia planata"
        },
        {
            "id_sp_estud": 78078,
            "nombre_cientifico": "Junco insularis"
        },
        {
            "id_sp_estud": 77774,
            "nombre_cientifico": "Kajikia audax"
        }
    ]
}