NCUA Credit Union Office

Schema for a federally insured credit union office as returned by the NCUA Credit Union Locator API.

Federal-GovernmentCredit UnionsFinancial DataCall ReportsBankingRegulatory Data

Properties

Name Type Description
CU_NAME string The credit union's official name.
AddressLongitude number Longitude coordinate of the office address.
AddressLatitude number Latitude coordinate of the office address.
CU_SITENAME string Name of this specific office or branch site.
CU_NUMBER integer The NCUA charter number uniquely identifying this credit union.
City string City where the office is located.
Country string Country code for the office location.
IsMainOffice boolean Indicates whether this location is the credit union's main office.
Phone string Phone number for the office.
SiteFunctions string Semicolon-delimited list of services at this office (e.g., Member Services;Drive Through;ATM).
SiteId integer Unique identifier for this specific office site.
State string Two-letter state abbreviation.
URL stringnull The credit union's website URL.
Zipcode string ZIP code for the office location.
distance number Distance in miles from the queried address. Negative values indicate N/A.
Street string Street address of the office.
View JSON Schema on GitHub

JSON Schema

ncua-credit-union-office-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ncua/main/json-schema/ncua-credit-union-office-schema.json",
  "title": "NCUA Credit Union Office",
  "description": "Schema for a federally insured credit union office as returned by the NCUA Credit Union Locator API.",
  "type": "object",
  "properties": {
    "CU_NAME": {
      "type": "string",
      "description": "The credit union's official name."
    },
    "AddressLongitude": {
      "type": "number",
      "description": "Longitude coordinate of the office address.",
      "minimum": -180,
      "maximum": 180
    },
    "AddressLatitude": {
      "type": "number",
      "description": "Latitude coordinate of the office address.",
      "minimum": -90,
      "maximum": 90
    },
    "CU_SITENAME": {
      "type": "string",
      "description": "Name of this specific office or branch site."
    },
    "CU_NUMBER": {
      "type": "integer",
      "description": "The NCUA charter number uniquely identifying this credit union.",
      "minimum": 1
    },
    "City": {
      "type": "string",
      "description": "City where the office is located."
    },
    "Country": {
      "type": "string",
      "description": "Country code for the office location.",
      "maxLength": 3
    },
    "IsMainOffice": {
      "type": "boolean",
      "description": "Indicates whether this location is the credit union's main office."
    },
    "Phone": {
      "type": "string",
      "description": "Phone number for the office."
    },
    "SiteFunctions": {
      "type": "string",
      "description": "Semicolon-delimited list of services at this office (e.g., Member Services;Drive Through;ATM)."
    },
    "SiteId": {
      "type": "integer",
      "description": "Unique identifier for this specific office site."
    },
    "State": {
      "type": "string",
      "description": "Two-letter state abbreviation.",
      "maxLength": 2
    },
    "URL": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "The credit union's website URL."
    },
    "Zipcode": {
      "type": "string",
      "description": "ZIP code for the office location.",
      "pattern": "^\\d{5}(-\\d{4})?$"
    },
    "distance": {
      "type": "number",
      "description": "Distance in miles from the queried address. Negative values indicate N/A."
    },
    "Street": {
      "type": "string",
      "description": "Street address of the office."
    }
  },
  "required": ["CU_NAME", "CU_NUMBER", "State"],
  "additionalProperties": true
}

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/ncua-credit-union-office"
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.