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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 509,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 255,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 510,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 511,
            "nombre_cientifico": "NULL"
        },
        {
            "id_sp_estud": 78113,
            "nombre_cientifico": "Oceanodroma homochroa"
        },
        {
            "id_sp_estud": 78149,
            "nombre_cientifico": "Oceanodroma homochroa"
        },
        {
            "id_sp_estud": 78076,
            "nombre_cientifico": "Oceanodroma leucorhoa"
        },
        {
            "id_sp_estud": 78363,
            "nombre_cientifico": "Octopus bimaculatus"
        },
        {
            "id_sp_estud": 77764,
            "nombre_cientifico": "Octopus hubbsorum"
        },
        {
            "id_sp_estud": 78364,
            "nombre_cientifico": "Octopus hubbsorum"
        }
    ]
}