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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78000,
            "nombre_cientifico": "Haemulon sexfasciatum"
        },
        {
            "id_sp_estud": 78337,
            "nombre_cientifico": "Haliotis corrugata"
        },
        {
            "id_sp_estud": 77830,
            "nombre_cientifico": "Haliotis corrugata"
        },
        {
            "id_sp_estud": 77829,
            "nombre_cientifico": "Haliotis fulgens"
        },
        {
            "id_sp_estud": 78336,
            "nombre_cientifico": "Haliotis fulgens"
        },
        {
            "id_sp_estud": 77769,
            "nombre_cientifico": "Haliotis spp"
        },
        {
            "id_sp_estud": 77637,
            "nombre_cientifico": "Halodule wrightii"
        },
        {
            "id_sp_estud": 77734,
            "nombre_cientifico": "Hesperocyparis guadalupensis"
        },
        {
            "id_sp_estud": 77831,
            "nombre_cientifico": "Hexaplex (Muricanthus) erythrostomus"
        },
        {
            "id_sp_estud": 77809,
            "nombre_cientifico": "Hexaplex (Muricanthus) erythrostomus"
        }
    ]
}