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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 77732,
            "nombre_cientifico": "Egreta caerulea"
        },
        {
            "id_sp_estud": 78437,
            "nombre_cientifico": "Eisenia arborea"
        },
        {
            "id_sp_estud": 77627,
            "nombre_cientifico": "Epinephelus acanthistius"
        },
        {
            "id_sp_estud": 78146,
            "nombre_cientifico": "Eremophila alpestris"
        },
        {
            "id_sp_estud": 78303,
            "nombre_cientifico": "Eretmochelys imbricata"
        },
        {
            "id_sp_estud": 78357,
            "nombre_cientifico": "Eretmochelys imbricata"
        },
        {
            "id_sp_estud": 77946,
            "nombre_cientifico": "Eretmochelys imbricata"
        },
        {
            "id_sp_estud": 78379,
            "nombre_cientifico": "Eretmochelys imbricata"
        },
        {
            "id_sp_estud": 77681,
            "nombre_cientifico": "Eretmochelys imbricata"
        },
        {
            "id_sp_estud": 77675,
            "nombre_cientifico": "Eretmochelys imbricata"
        }
    ]
}