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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77900,
            "nombre_cientifico": "Ginglymostoma cirratum"
        },
        {
            "id_sp_estud": 78330,
            "nombre_cientifico": "Globicephala macrorhynchus"
        },
        {
            "id_sp_estud": 78334,
            "nombre_cientifico": "Grampus griseus"
        },
        {
            "id_sp_estud": 77651,
            "nombre_cientifico": "Grampus griseus"
        },
        {
            "id_sp_estud": 78406,
            "nombre_cientifico": "Grus americana"
        },
        {
            "id_sp_estud": 78039,
            "nombre_cientifico": "Haematopus  bachmanii"
        },
        {
            "id_sp_estud": 78137,
            "nombre_cientifico": "Haematopus  bachmanii"
        },
        {
            "id_sp_estud": 78033,
            "nombre_cientifico": "Haematopus palliatus"
        },
        {
            "id_sp_estud": 78131,
            "nombre_cientifico": "Haematopus palliatus"
        },
        {
            "id_sp_estud": 77640,
            "nombre_cientifico": "Haematopus palliatus"
        }
    ]
}