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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78416,
            "nombre_cientifico": "Megalops atlanticus"
        },
        {
            "id_sp_estud": 77808,
            "nombre_cientifico": "Megapitaria aurantiaca"
        },
        {
            "id_sp_estud": 78212,
            "nombre_cientifico": "Megapitaria squalida"
        },
        {
            "id_sp_estud": 78006,
            "nombre_cientifico": "Megapitaria squalida"
        },
        {
            "id_sp_estud": 77794,
            "nombre_cientifico": "Megapitaria squalida"
        },
        {
            "id_sp_estud": 78322,
            "nombre_cientifico": "Megaptera novaeangliae"
        },
        {
            "id_sp_estud": 77984,
            "nombre_cientifico": "Megaptera novaeangliae"
        },
        {
            "id_sp_estud": 77837,
            "nombre_cientifico": "Megaptera novaeangliae"
        },
        {
            "id_sp_estud": 77850,
            "nombre_cientifico": "Megaptera novaeangliae"
        },
        {
            "id_sp_estud": 77679,
            "nombre_cientifico": "Megaptera novaeangliae"
        }
    ]
}