US Census Geographies
The official geographies containing a coordinate — state, county, tract, block group, block, place, congressional district and ZCTA — each with its FIPS or GEOID.
Example answer
Which county and census tract is this coordinate in?
GET /v1/locations/us/geographies?lat=38.8977&lon=-77.0365
- Version
- 2.0.0
- Transport
- HTTP / MCP
- Coverage
- US
Use this when
- Which county and census tract is this coordinate in?
- You need the FIPS codes for a US latitude/longitude.
- What congressional district covers this location?
- You are joining points to census tract or block group statistics.
- You need the ZIP Code Tabulation Area containing a point.
- You want to know which incorporated place a coordinate falls in.
Don't use this when
- You have an address rather than coordinates — use location.us.geocode first.
- You need a USPS delivery ZIP code — ZCTAs are statistical approximations, not USPS ZIPs.
- The coordinates are outside the US, DC, Puerto Rico and the US island areas.
- You need demographic or economic values for the geography — this returns identifiers only.
If the user has asked you to inspect a specific website, page or URL, use your browsing tool instead — this capability only returns the US Census Bureau Geocoding Services API record.
Input
Latitude in decimal degrees (WGS 84), e.g. 38.8977.
Longitude in decimal degrees (WGS 84), negative in the western hemisphere, e.g. -77.0365.
What the result means
The point that was looked up, echoed so a batched caller can match answers to requests.
US state, district or territory containing the point.
County or county equivalent containing the point; null when the Census Bureau returns no county layer.
Census tract containing the point; null when the Census Bureau returns no tract layer.
Census block group containing the point, or null.
Census block containing the point (decennial census block layer), or null.
Provenance
- Source
- US Census Bureau
- Freshness
- Live · read at request time, not cached
- Region
- US
Access
- Over MCP
- location_us_geographies
- Over HTTP
- GET https://api.eckari.com/v1/locations/us/geographies
- Price
- $0.003 per call over x402. Account access $0.002 when that rail opens.