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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78383,
            "nombre_cientifico": "Acropora palmata"
        },
        {
            "id_sp_estud": 78384,
            "nombre_cientifico": "Acropora palmata"
        },
        {
            "id_sp_estud": 78307,
            "nombre_cientifico": "Acropora palmata"
        },
        {
            "id_sp_estud": 77875,
            "nombre_cientifico": "Allenrolfea occidentalis"
        },
        {
            "id_sp_estud": 77785,
            "nombre_cientifico": "Alopias sp"
        },
        {
            "id_sp_estud": 78015,
            "nombre_cientifico": "Ammospermophilus insularis"
        },
        {
            "id_sp_estud": 77804,
            "nombre_cientifico": "Anadara multicostata"
        },
        {
            "id_sp_estud": 77805,
            "nombre_cientifico": "Anadara tuberculosa"
        },
        {
            "id_sp_estud": 78067,
            "nombre_cientifico": "Anolis nebulosus"
        },
        {
            "id_sp_estud": 77751,
            "nombre_cientifico": "Anous stolidus"
        }
    ]
}