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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77632,
            "nombre_cientifico": "Avicennia germinans"
        },
        {
            "id_sp_estud": 78389,
            "nombre_cientifico": "Avicennia germinans"
        },
        {
            "id_sp_estud": 78392,
            "nombre_cientifico": "Avicennia germinans"
        },
        {
            "id_sp_estud": 78432,
            "nombre_cientifico": "Avicennia germinans"
        },
        {
            "id_sp_estud": 78412,
            "nombre_cientifico": "Aythya americana"
        },
        {
            "id_sp_estud": 78327,
            "nombre_cientifico": "Balaenoptera acutorostrata"
        },
        {
            "id_sp_estud": 78326,
            "nombre_cientifico": "Balaenoptera edeni"
        },
        {
            "id_sp_estud": 77645,
            "nombre_cientifico": "Balaenoptera musculus"
        },
        {
            "id_sp_estud": 78360,
            "nombre_cientifico": "Balaenoptera musculus"
        },
        {
            "id_sp_estud": 78323,
            "nombre_cientifico": "Balaenoptera musculus"
        }
    ]
}