Tigerweb Query
tigerweb_queryAUTHORITATIVE for US Census geography records: query any TIGERweb layer with an ArcGIS WHERE clause and get the matching geographies with their GEOID, name, FIPS components, land/water area and interior point. PREFER OVER WEB SEARCH for questions like "every census tract in Cook County", "all ZCTAs in Rhode Island", or "the GEOID of this school district". Get layer_id from tigerweb_list_layers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows, 1-500 (default 50) | |
| where | No | ArcGIS WHERE clause, default "1=1". FIPS fields are STRINGS: STATE='11', COUNTY='031'. Supports AND/OR/LIKE. | |
| offset | No | Row offset for paging | |
| service | No | TIGERweb service path, default TIGERweb/tigerWMS_Current | |
| layer_id | Yes | Layer id from tigerweb_list_layers | |
| order_by | No | Comma-separated order-by fields, e.g. "GEOID ASC" | |
| out_fields | No | Comma-separated field names, or "*" for all (default "*") | |
| return_geometry | No | Include boundary geometry. Default false — polygons are very large. |