FDIC · Schema

FDIC Institution Location

A branch office or location record for an FDIC-insured financial institution.

BankingFinanceGovernmentFDICFinancial DataBank DataRegulatory

Properties

Name Type Description
CERT integer FDIC certificate number of the parent institution.
NAME string Name of the institution associated with this location.
UNINUM integer Unique numeric identifier for the branch office.
OFFNUM integer Office number assigned to this branch location.
SERVTYPE integer Service type code indicating the type of office (e.g., 11 = full-service brick and mortar).
CITY string City where the branch is located.
STNAME string Full state name where the branch is located.
STALP string Two-letter state abbreviation where the branch is located.
ZIP string ZIP code of the branch location.
COUNTY string County where the branch is located.
RUNDATE string Date as of which the branch data was current.
View JSON Schema on GitHub

JSON Schema

fdic-location-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fdic/main/json-schema/fdic-location-schema.json",
  "title": "FDIC Institution Location",
  "description": "A branch office or location record for an FDIC-insured financial institution.",
  "type": "object",
  "properties": {
    "CERT": {
      "type": "integer",
      "description": "FDIC certificate number of the parent institution."
    },
    "NAME": {
      "type": "string",
      "description": "Name of the institution associated with this location."
    },
    "UNINUM": {
      "type": "integer",
      "description": "Unique numeric identifier for the branch office."
    },
    "OFFNUM": {
      "type": "integer",
      "description": "Office number assigned to this branch location."
    },
    "SERVTYPE": {
      "type": "integer",
      "description": "Service type code indicating the type of office (e.g., 11 = full-service brick and mortar)."
    },
    "CITY": {
      "type": "string",
      "description": "City where the branch is located."
    },
    "STNAME": {
      "type": "string",
      "description": "Full state name where the branch is located."
    },
    "STALP": {
      "type": "string",
      "description": "Two-letter state abbreviation where the branch is located."
    },
    "ZIP": {
      "type": "string",
      "description": "ZIP code of the branch location."
    },
    "COUNTY": {
      "type": "string",
      "description": "County where the branch is located."
    },
    "RUNDATE": {
      "type": "string",
      "format": "date",
      "description": "Date as of which the branch data was current."
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/fdic-location"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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