Look up the census tract for a coordinate
lookup_census_tractFind the 2020 census tract, county, and state for any US latitude/longitude point using free Census Bureau data. No API key required.
Instructions
Return the 2020 census tract (with county and state) that contains a latitude/longitude point. Free, no API key. Source: U.S. Census Bureau Geocoder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude in decimal degrees (WGS84) | |
| longitude | Yes | Longitude in decimal degrees (WGS84) |