GeoClear returns flood zone determination, census tract, block group, and county FIPS for any US address — the exact fields your compliance team needs for LAR reporting, flood disclosure, and CRA mapping. No geocoder step, no third-party vendor.
Every mortgage address lookup returns the data your compliance, underwriting, and servicing teams need — structured, authoritative, and LOS-ready.
FEMA NFHL zone designation (AE, X, VE, A) and the SFHA boolean flag. Required for flood insurance disclosure on every federally-backed mortgage. No manual determination needed, no per-cert fee.
Official Census TIGER/Line tract and block group, geocoded to the parcel — not just the ZIP code. Required for HMDA Loan Application Register reporting under Regulation C. Matches the CFPB's geocoding standard.
5-digit FIPS identifier for every US county. Required for CRA assessment area mapping, tax jurisdiction routing, and government district classification. Returned with every address — no crosswalk table required.
Every loan file needs flood cert, census tract, and county FIPS. The manual process stacks vendor fees and 2-day SLAs at every step.
All three compliance fields are returned on every lookup — including the Free tier. No premium tier required to access HMDA, NFIP, or CRA fields.
| Requirement | Fields returned | Tier |
|---|---|---|
|
NFIP flood disclosure
Required for flood insurance disclosure on every federally-backed mortgage. Regulation: NFIA §102.
|
flood_zone
flood_sfha
flood_zone_desc
|
Free |
|
HMDA LAR reporting
Required for Loan Application Register filing under Regulation C. Census TIGER/Line tract, parcel-level geocode.
|
census_tract
census_block_group
|
Free |
|
CRA assessment area
Required for Community Reinvestment Act assessment area mapping, tax district routing, and government district classification.
|
county_fips
county_name
state_fips
|
Free |
REST + JSON. No SDK, no configuration. Pass a street address, get back every field your LAR and flood disclosure workflow needs — inline, at origination time.
# Lookup a loan address — returns flood zone, census tract, county FIPS in one call curl -s -H "X-API-Key: YOUR_API_KEY" \ "https://geoclear.io/api/address?street=3250+Wilshire+Blvd&city=Los+Angeles&state=CA" # Response — every HMDA, NFIP, and CRA field you need { "ok": true, "data": { "full_address": "3250 Wilshire Blvd, Los Angeles, CA 90010", "latitude": 34.057880, "longitude": -118.290442, // NFIP — flood zone determination "flood_zone": "X", "flood_sfha": false, "flood_zone_desc": "Minimal flood hazard", // HMDA — census tract & block group for LAR "census_tract": "060372601", "census_block_group": "1", // CRA — county FIPS for assessment area mapping "county_fips": "06037", "county_name": "Los Angeles County", "state_fips": "06", // Composite compliance flags "hmda_ready": true, "cra_eligible": true } }
10,000 lookups per month — flood zone, census tract, county FIPS. All compliance fields. No credit card. Instant key delivery.