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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77826,
            "nombre_cientifico": "Cynoscion xanthulus"
        },
        {
            "id_sp_estud": 77827,
            "nombre_cientifico": "Cynoscion xanthulus"
        },
        {
            "id_sp_estud": 78333,
            "nombre_cientifico": "Delphinus capensis"
        },
        {
            "id_sp_estud": 77650,
            "nombre_cientifico": "Delphinus capensis"
        },
        {
            "id_sp_estud": 78332,
            "nombre_cientifico": "Delphinus delphis"
        },
        {
            "id_sp_estud": 77649,
            "nombre_cientifico": "Delphinus delphis"
        },
        {
            "id_sp_estud": 78426,
            "nombre_cientifico": "Dermochelys coriacea"
        },
        {
            "id_sp_estud": 78378,
            "nombre_cientifico": "Dermochelys coriacea"
        },
        {
            "id_sp_estud": 77615,
            "nombre_cientifico": "Dermochelys coriacea"
        },
        {
            "id_sp_estud": 78361,
            "nombre_cientifico": "Diadema antillarum"
        }
    ]
}