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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78151,
            "nombre_cientifico": "Octopus spp"
        },
        {
            "id_sp_estud": 77712,
            "nombre_cientifico": "Onychoprion fuscata"
        },
        {
            "id_sp_estud": 78319,
            "nombre_cientifico": "Orbicella annularis"
        },
        {
            "id_sp_estud": 78385,
            "nombre_cientifico": "Orbicella annularis"
        },
        {
            "id_sp_estud": 78386,
            "nombre_cientifico": "Orbicella faveolata"
        },
        {
            "id_sp_estud": 78331,
            "nombre_cientifico": "Orcinu orca"
        },
        {
            "id_sp_estud": 78026,
            "nombre_cientifico": "Ovis aries"
        },
        {
            "id_sp_estud": 77685,
            "nombre_cientifico": "Pandion haliaetus"
        },
        {
            "id_sp_estud": 78141,
            "nombre_cientifico": "Pandion haliaetus"
        },
        {
            "id_sp_estud": 78407,
            "nombre_cientifico": "Pandion haliaetus"
        }
    ]
}