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

{
    "quantity": 78152,
    "total_pages": 7816,
    "results": [
        {
            "id_sp_estud": 78112,
            "nombre_cientifico": "Synthliboramphus hypoleucus"
        },
        {
            "id_sp_estud": 78073,
            "nombre_cientifico": "Synthliboramphus hypoleucus"
        },
        {
            "id_sp_estud": 78041,
            "nombre_cientifico": "Synthliboramphus hypoleucus"
        },
        {
            "id_sp_estud": 78147,
            "nombre_cientifico": "Synthliboramphus scrippsi"
        },
        {
            "id_sp_estud": 78092,
            "nombre_cientifico": "Thalasseus maxima"
        },
        {
            "id_sp_estud": 78140,
            "nombre_cientifico": "Thalasseus maximus"
        },
        {
            "id_sp_estud": 77926,
            "nombre_cientifico": "Thalasseus maximus"
        },
        {
            "id_sp_estud": 78042,
            "nombre_cientifico": "Thalasseus maximus"
        },
        {
            "id_sp_estud": 77778,
            "nombre_cientifico": "Thunnus albacares"
        },
        {
            "id_sp_estud": 78423,
            "nombre_cientifico": "Thunnus thynnus"
        }
    ]
}