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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78422,
            "nombre_cientifico": "Lutjanus analis"
        },
        {
            "id_sp_estud": 77991,
            "nombre_cientifico": "Lutjanus argentiventris"
        },
        {
            "id_sp_estud": 77786,
            "nombre_cientifico": "Lutjanus argentiventris"
        },
        {
            "id_sp_estud": 77999,
            "nombre_cientifico": "Lutjanus novemfasciatus"
        },
        {
            "id_sp_estud": 77992,
            "nombre_cientifico": "Lutjanus peru"
        },
        {
            "id_sp_estud": 78436,
            "nombre_cientifico": "Macrocyctis pyrifera"
        },
        {
            "id_sp_estud": 77775,
            "nombre_cientifico": "Makaira indica"
        },
        {
            "id_sp_estud": 77776,
            "nombre_cientifico": "Makaira nigricans"
        },
        {
            "id_sp_estud": 78420,
            "nombre_cientifico": "Makaira nigricans"
        },
        {
            "id_sp_estud": 77618,
            "nombre_cientifico": "Manta birostris"
        }
    ]
}