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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78049,
            "nombre_cientifico": "Peromyscus eva"
        },
        {
            "id_sp_estud": 77700,
            "nombre_cientifico": "Phaethon aethereus"
        },
        {
            "id_sp_estud": 77709,
            "nombre_cientifico": "Phaethon aethereus"
        },
        {
            "id_sp_estud": 78124,
            "nombre_cientifico": "Phaethon aethereus"
        },
        {
            "id_sp_estud": 78093,
            "nombre_cientifico": "Phaethon aethereus"
        },
        {
            "id_sp_estud": 78108,
            "nombre_cientifico": "Phalacrocorax auritus"
        },
        {
            "id_sp_estud": 78101,
            "nombre_cientifico": "Phalacrocorax auritus"
        },
        {
            "id_sp_estud": 78114,
            "nombre_cientifico": "Phalacrocorax auritus"
        },
        {
            "id_sp_estud": 78134,
            "nombre_cientifico": "Phalacrocorax auritus"
        },
        {
            "id_sp_estud": 78120,
            "nombre_cientifico": "Phalacrocorax auritus"
        }
    ]
}