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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78188,
            "nombre_cientifico": "Cupressus guadalupensis"
        },
        {
            "id_sp_estud": 77855,
            "nombre_cientifico": "Cynoscion othonopterus"
        },
        {
            "id_sp_estud": 77767,
            "nombre_cientifico": "Cynoscion othonopterus"
        },
        {
            "id_sp_estud": 77622,
            "nombre_cientifico": "Cynoscion othonopterus"
        },
        {
            "id_sp_estud": 77854,
            "nombre_cientifico": "Cynoscion othonopterus"
        },
        {
            "id_sp_estud": 77612,
            "nombre_cientifico": "Cynoscion othonopterus"
        },
        {
            "id_sp_estud": 77611,
            "nombre_cientifico": "Cynoscion othonopterus"
        },
        {
            "id_sp_estud": 77823,
            "nombre_cientifico": "Cynoscion parvipinnis"
        },
        {
            "id_sp_estud": 77824,
            "nombre_cientifico": "Cynoscion parvipinnis"
        },
        {
            "id_sp_estud": 77825,
            "nombre_cientifico": "Cynoscion squamipinnis"
        }
    ]
}