TIGERweb Boundary Tool
tigerweb_toolRetrieve geographic boundary polygons from TIGERweb as GeoJSON for states, counties, tracts, block groups, and places. Use for mapping and spatial analysis without an API key.
Instructions
Retrieve geographic boundary polygons from TIGERweb as GeoJSON. Get actual boundary shapes for states, counties, tracts, block groups, and places. Returns standard GeoJSON FeatureCollection that can be used for mapping and spatial analysis. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geographyType | Yes | Type of geographic boundary to retrieve | |
| state | No | State FIPS code or 2-letter abbreviation (e.g., "06" or "CA") | |
| county | No | County FIPS code (3 digits, required for tract and block group) | |
| tract | No | Census tract code (6 digits, required for block group) | |
| geoid | No | Full GEOID to query specific feature (alternative to state/county/tract) | |
| name | No | Name to search for (e.g., "California", "Los Angeles County") | |
| vintage | No | Data vintage (default: Current for most recent boundaries) | Current |
| simplify | No | Return simplified geometries for faster response (less detail) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| features | Yes |