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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78125,
            "nombre_cientifico": "Sula nebouxii"
        },
        {
            "id_sp_estud": 78094,
            "nombre_cientifico": "Sula nebouxii"
        },
        {
            "id_sp_estud": 77710,
            "nombre_cientifico": "Sula nebouxii"
        },
        {
            "id_sp_estud": 77749,
            "nombre_cientifico": "Sula sula"
        },
        {
            "id_sp_estud": 78020,
            "nombre_cientifico": "Sula sula"
        },
        {
            "id_sp_estud": 77761,
            "nombre_cientifico": "Sycionia spp"
        },
        {
            "id_sp_estud": 78148,
            "nombre_cientifico": "synthliboramphus craveri"
        },
        {
            "id_sp_estud": 78144,
            "nombre_cientifico": "Synthliboramphus hypoleucus"
        },
        {
            "id_sp_estud": 78105,
            "nombre_cientifico": "Synthliboramphus hypoleucus"
        },
        {
            "id_sp_estud": 78139,
            "nombre_cientifico": "Synthliboramphus hypoleucus"
        }
    ]
}