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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78315,
            "nombre_cientifico": "Trichechus manatus"
        },
        {
            "id_sp_estud": 78311,
            "nombre_cientifico": "Trichechus manatus"
        },
        {
            "id_sp_estud": 78429,
            "nombre_cientifico": "Trichechus manatus"
        },
        {
            "id_sp_estud": 78312,
            "nombre_cientifico": "Trichechus manatus"
        },
        {
            "id_sp_estud": 78313,
            "nombre_cientifico": "Trichechus manatus"
        },
        {
            "id_sp_estud": 78314,
            "nombre_cientifico": "Trichechus manatus"
        },
        {
            "id_sp_estud": 78368,
            "nombre_cientifico": "Trichechus manatus"
        },
        {
            "id_sp_estud": 77674,
            "nombre_cientifico": "Tripneustes depressus"
        },
        {
            "id_sp_estud": 78356,
            "nombre_cientifico": "Tubastrea coccinea"
        },
        {
            "id_sp_estud": 77849,
            "nombre_cientifico": "Tursiops truncatus"
        }
    ]
}