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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77647,
            "nombre_cientifico": "Megaptera novaeangliae"
        },
        {
            "id_sp_estud": 77923,
            "nombre_cientifico": "Megaptera novaeangliae"
        },
        {
            "id_sp_estud": 77812,
            "nombre_cientifico": "Megastraea undosa"
        },
        {
            "id_sp_estud": 77813,
            "nombre_cientifico": "Megastrea turbanica"
        },
        {
            "id_sp_estud": 77895,
            "nombre_cientifico": "Merluccius productus"
        },
        {
            "id_sp_estud": 78083,
            "nombre_cientifico": "Mesembryanthemum crystallinum"
        },
        {
            "id_sp_estud": 78084,
            "nombre_cientifico": "Mesembryanthemum crystallinum"
        },
        {
            "id_sp_estud": 77768,
            "nombre_cientifico": "Micropogonias megalops"
        },
        {
            "id_sp_estud": 77626,
            "nombre_cientifico": "Micropogonias megalops"
        },
        {
            "id_sp_estud": 78400,
            "nombre_cientifico": "Millepora sp."
        }
    ]
}