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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77781,
            "nombre_cientifico": "Acanthocybium solandri"
        },
        {
            "id_sp_estud": 78415,
            "nombre_cientifico": "Acipenser oxyrinchus"
        },
        {
            "id_sp_estud": 78375,
            "nombre_cientifico": "Acropora"
        },
        {
            "id_sp_estud": 78317,
            "nombre_cientifico": "Acropora cervicornis"
        },
        {
            "id_sp_estud": 78401,
            "nombre_cientifico": "Acropora cervicornis"
        },
        {
            "id_sp_estud": 78316,
            "nombre_cientifico": "Acropora palmata"
        },
        {
            "id_sp_estud": 78306,
            "nombre_cientifico": "Acropora palmata"
        },
        {
            "id_sp_estud": 78305,
            "nombre_cientifico": "Acropora palmata"
        },
        {
            "id_sp_estud": 78307,
            "nombre_cientifico": "Acropora palmata"
        },
        {
            "id_sp_estud": 78367,
            "nombre_cientifico": "Acropora palmata"
        }
    ]
}