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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77782,
            "nombre_cientifico": "Katsuwonus pelamis"
        },
        {
            "id_sp_estud": 77648,
            "nombre_cientifico": "Lagenorhynchus obliquidens"
        },
        {
            "id_sp_estud": 78434,
            "nombre_cientifico": "Laguncularia racemosa"
        },
        {
            "id_sp_estud": 78390,
            "nombre_cientifico": "Laguncularia racemosa"
        },
        {
            "id_sp_estud": 78394,
            "nombre_cientifico": "Laguncularia racemosa"
        },
        {
            "id_sp_estud": 78393,
            "nombre_cientifico": "Laguncularia racemosa"
        },
        {
            "id_sp_estud": 77631,
            "nombre_cientifico": "Laguncularia racemosa"
        },
        {
            "id_sp_estud": 78382,
            "nombre_cientifico": "Laguncularia recemosa"
        },
        {
            "id_sp_estud": 78127,
            "nombre_cientifico": "Lampropeltis getula nigrita"
        },
        {
            "id_sp_estud": 78058,
            "nombre_cientifico": "Lampropeltis triangulum"
        }
    ]
}