.

For more details on how to search institution types please [see here][ref].

[ref]: /api/infoceanos/metadatos/tipo-financiamientos/

GET /api/infoceanos/metadatos/tipo-financiamientos/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "quantity": 7,
    "total_pages": 1,
    "results": [
        {
            "id_tipo_financiamiento": 1,
            "abb": "ACA_F"
        },
        {
            "id_tipo_financiamiento": 2,
            "abb": "GOV_F"
        },
        {
            "id_tipo_financiamiento": 3,
            "abb": "IGO_F"
        },
        {
            "id_tipo_financiamiento": 4,
            "abb": "INT_F"
        },
        {
            "id_tipo_financiamiento": 5,
            "abb": "NGO_F"
        },
        {
            "id_tipo_financiamiento": 6,
            "abb": "Private_F"
        },
        {
            "id_tipo_financiamiento": 7,
            "abb": "Unknown"
        }
    ]
}