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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78010,
            "nombre_cientifico": "Mirounga angustirostris"
        },
        {
            "id_sp_estud": 77659,
            "nombre_cientifico": "Mirounga angustirostris"
        },
        {
            "id_sp_estud": 77654,
            "nombre_cientifico": "Mirounga angustirostris"
        },
        {
            "id_sp_estud": 78080,
            "nombre_cientifico": "Molothrus ater"
        },
        {
            "id_sp_estud": 78318,
            "nombre_cientifico": "Montastraea cavernosa"
        },
        {
            "id_sp_estud": 78424,
            "nombre_cientifico": "Morone saxatilis"
        },
        {
            "id_sp_estud": 78403,
            "nombre_cientifico": "Mostrastrea annularis"
        },
        {
            "id_sp_estud": 77811,
            "nombre_cientifico": "Muricanthus radix"
        },
        {
            "id_sp_estud": 78070,
            "nombre_cientifico": "Mus musculus"
        },
        {
            "id_sp_estud": 78054,
            "nombre_cientifico": "Mus musculus"
        }
    ]
}