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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77857,
            "nombre_cientifico": "Rattus rattus"
        },
        {
            "id_sp_estud": 77752,
            "nombre_cientifico": "Rhincodon typus"
        },
        {
            "id_sp_estud": 77956,
            "nombre_cientifico": "Rhincodon typus"
        },
        {
            "id_sp_estud": 78421,
            "nombre_cientifico": "Rhincodon typus"
        },
        {
            "id_sp_estud": 78381,
            "nombre_cientifico": "Rhizophora mangle"
        },
        {
            "id_sp_estud": 77630,
            "nombre_cientifico": "Rhizophora mangle"
        },
        {
            "id_sp_estud": 78388,
            "nombre_cientifico": "Rhizopora mangle"
        },
        {
            "id_sp_estud": 78395,
            "nombre_cientifico": "Rhizopora mangle"
        },
        {
            "id_sp_estud": 78391,
            "nombre_cientifico": "Rhizopora mangle"
        },
        {
            "id_sp_estud": 78433,
            "nombre_cientifico": "Rhizopora mangle"
        }
    ]
}