Export-Import Bank of the United States Views API

The Views API from Export-Import Bank of the United States — 1 operation(s) for views.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/export-import-bank-of-the-united-states-views-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

export-import-bank-of-the-united-states-views-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: EXIM Bank Open Data API (Socrata SODA) Resource Views API
  description: 'The U.S. Export-Import Bank (EXIM) publishes open government datasets

    through the federal Data.gov catalog and exposes them via the Socrata

    Open Data API (SODA). The primary dataset (resource id 8mmf-is58)

    contains EXIM Bank authorization records from 2006 onward. SODA

    supports SoQL query parameters and an optional application token via

    the X-App-Token header for higher rate limits.

    '
  version: '2.1'
  contact:
    name: EXIM Chief Data Officer
    email: CDO@exim.gov
    url: https://www.exim.gov/open-government-data
servers:
- url: https://data.exim.gov
  description: EXIM Socrata domain
security:
- {}
- AppToken: []
tags:
- name: Views
paths:
  /api/views/8mmf-is58.json:
    get:
      summary: Get dataset metadata
      description: Returns the Socrata view metadata for the EXIM authorizations dataset.
      operationId: getEximDatasetMetadata
      responses:
        '200':
          description: Dataset metadata
          content:
            application/json:
              schema:
                type: object
      tags:
      - Views
components:
  securitySchemes:
    AppToken:
      type: apiKey
      in: header
      name: X-App-Token
      description: 'Optional Socrata application token. Unauthenticated requests

        are subject to lower throttling limits.

        '