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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78025,
            "nombre_cientifico": "Mus musculus"
        },
        {
            "id_sp_estud": 78414,
            "nombre_cientifico": "Mycteroperca microlepis"
        },
        {
            "id_sp_estud": 77997,
            "nombre_cientifico": "Mycteroperca rosacea"
        },
        {
            "id_sp_estud": 77899,
            "nombre_cientifico": "Negraprion brevirostris"
        },
        {
            "id_sp_estud": 77779,
            "nombre_cientifico": "Nematistius pectoralis"
        },
        {
            "id_sp_estud": 78048,
            "nombre_cientifico": "Neotoma lepida"
        },
        {
            "id_sp_estud": 78019,
            "nombre_cientifico": "Neotoma lepida vicina"
        },
        {
            "id_sp_estud": 77690,
            "nombre_cientifico": "Neotoma varia"
        },
        {
            "id_sp_estud": 77799,
            "nombre_cientifico": "Nodipecten subnodosus"
        },
        {
            "id_sp_estud": 255,
            "nombre_cientifico": "NULL"
        }
    ]
}