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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77746,
            "nombre_cientifico": "Phoca vitulina"
        },
        {
            "id_sp_estud": 78210,
            "nombre_cientifico": "Phoca vitulina"
        },
        {
            "id_sp_estud": 77653,
            "nombre_cientifico": "Phoca vitulina richardsi"
        },
        {
            "id_sp_estud": 77871,
            "nombre_cientifico": "Phocoena sinus"
        },
        {
            "id_sp_estud": 78074,
            "nombre_cientifico": "Phoebastria immutabilis"
        },
        {
            "id_sp_estud": 78021,
            "nombre_cientifico": "Phoebastria immutabilis"
        },
        {
            "id_sp_estud": 78098,
            "nombre_cientifico": "Phyllodactylus homolepidurus"
        },
        {
            "id_sp_estud": 78430,
            "nombre_cientifico": "Physeter macrocephalus"
        },
        {
            "id_sp_estud": 77671,
            "nombre_cientifico": "Physeter macrocephalus"
        },
        {
            "id_sp_estud": 78329,
            "nombre_cientifico": "Physeter macrocephalus"
        }
    ]
}