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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77990,
            "nombre_cientifico": "Seriola lalandi"
        },
        {
            "id_sp_estud": 78409,
            "nombre_cientifico": "Setophaga cerulea"
        },
        {
            "id_sp_estud": 77756,
            "nombre_cientifico": "Sphyrna lewini"
        },
        {
            "id_sp_estud": 78192,
            "nombre_cientifico": "Spondylus calcifer"
        },
        {
            "id_sp_estud": 77800,
            "nombre_cientifico": "Spondylus crassisquama"
        },
        {
            "id_sp_estud": 77898,
            "nombre_cientifico": "Spyrna zygaena"
        },
        {
            "id_sp_estud": 77852,
            "nombre_cientifico": "Stenella attenuata graffmani"
        },
        {
            "id_sp_estud": 77853,
            "nombre_cientifico": "Stenella longirostris"
        },
        {
            "id_sp_estud": 78171,
            "nombre_cientifico": "Sternula antillarum"
        },
        {
            "id_sp_estud": 77876,
            "nombre_cientifico": "Sternula antillarum"
        }
    ]
}