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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78011,
            "nombre_cientifico": "Arctocephalus townsendi"
        },
        {
            "id_sp_estud": 77655,
            "nombre_cientifico": "Arctocephalus townsendi"
        },
        {
            "id_sp_estud": 77660,
            "nombre_cientifico": "Arctocephalus townsendi"
        },
        {
            "id_sp_estud": 77729,
            "nombre_cientifico": "Ardea herodias"
        },
        {
            "id_sp_estud": 78119,
            "nombre_cientifico": "Ardea herodias"
        },
        {
            "id_sp_estud": 77707,
            "nombre_cientifico": "Ardea herodias"
        },
        {
            "id_sp_estud": 77684,
            "nombre_cientifico": "Ardea herodias sanctilucae"
        },
        {
            "id_sp_estud": 77807,
            "nombre_cientifico": "Argopecten ventricosus"
        },
        {
            "id_sp_estud": 77874,
            "nombre_cientifico": "Arthrocnemum subterminale"
        },
        {
            "id_sp_estud": 77703,
            "nombre_cientifico": "Aspidoscelies bacatus"
        }
    ]
}