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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77754,
            "nombre_cientifico": "Rhizoprionodon longurio"
        },
        {
            "id_sp_estud": 78410,
            "nombre_cientifico": "Rynchops niger"
        },
        {
            "id_sp_estud": 77873,
            "nombre_cientifico": "Salicornia bigelovii"
        },
        {
            "id_sp_estud": 77860,
            "nombre_cientifico": "Sauromalus hispidus"
        },
        {
            "id_sp_estud": 77998,
            "nombre_cientifico": "Scarus sp"
        },
        {
            "id_sp_estud": 78057,
            "nombre_cientifico": "Sceloporus clarkii"
        },
        {
            "id_sp_estud": 77624,
            "nombre_cientifico": "Scomberomorus concolor"
        },
        {
            "id_sp_estud": 77625,
            "nombre_cientifico": "Scomberomorus sierra"
        },
        {
            "id_sp_estud": 77780,
            "nombre_cientifico": "Scomberomorus sierra"
        },
        {
            "id_sp_estud": 77783,
            "nombre_cientifico": "Seriola lalandi"
        }
    ]
}