Census Bureau

The Census Bureau Data API provides developers with access to a wide range of statistical data collected by the U.S. Census Bureau, facilitating integration into applications and data visualizations.

81 actions Integration catalog
Request access
Connect Census Bureau once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Geocode AddressCENSUS_BUREAU_GEOCODE_ADDRESS
Tool to geocode a single address to get latitude/longitude coordinates. Use when you need to convert a street address into geographic coordinates.
Geocode Address for Census GeographiesCENSUS_BUREAU_GEOCODE_ADDRESS_GEOGRAPHIES
Geocode an address and return Census geography identifiers including state, county, tract, block group, and block FIPS codes. This tool converts a physical address into geographic coordinates and returns detailed Census geography information including FIPS codes for various geographic levels (state, county, census tract, block group, block) plus additional geographies like congressional districts, places, and statistical areas. Use this when you need to link an address to Census geographic identifiers for data analysis or geographic queries.
Geocode Address PartsCENSUS_BUREAU_GEOCODE_ADDRESS_PARTS
Tool to geocode an address using separate components (street, city, state, ZIP) to get latitude/longitude coordinates. Use when you have address data in separate fields rather than a single line.
Geocode Address with GeographyCENSUS_BUREAU_GEOCODE_ADDRESS_WITH_GEOGRAPHY
Tool to geocode an address and return both coordinates and Census geography information. Use when you need geographic coordinates plus Census geographic identifiers like state FIPS, county FIPS, census tract, and block codes.
Geocode CoordinatesCENSUS_BUREAU_GEOCODE_COORDINATES
Reverse geocode latitude/longitude coordinates to Census geographic areas. Takes decimal degree coordinates and returns associated Census geographies including states, counties, tracts, blocks, congressional districts, and other Census-defined geographic boundaries. Use this tool to identify what Census geographic areas a specific location falls within. Note: This uses the Census Geocoding Services API, which has a different base URL than the standard Census data API (uses geocoding.geo.census.gov).
Geocode Puerto Rico Address with GeographyCENSUS_BUREAU_GEOCODE_GEOGRAPHIES_ADDRESS_PR
Tool to geocode a Puerto Rico address and return coordinates plus Census geography data. Use for Puerto Rico addresses when you need geographic coordinates and Census identifiers like state, county, tract, and block codes. Supports urbanization names specific to Puerto Rico addressing.
Batch Geocode Addresses with GeographiesCENSUS_BUREAU_GEOCODE_GEOGRAPHIES_BATCH
Batch geocode multiple addresses from a CSV file and return Census geography codes. Tool to geocode up to 10,000 addresses at once from a CSV file. Use when you need to convert addresses to geographic coordinates (latitude/longitude) and retrieve associated Census geography identifiers (state, county, tract, block FIPS codes). Input CSV format: Unique ID, Street address, City, State, ZIP Returns: Original data plus match status, coordinates, and geographic codes.
Geocode Puerto Rico AddressCENSUS_BUREAU_GEOCODE_LOCATION_ADDRESS_PR
Tool to geocode a Puerto Rico address with urbanization to latitude/longitude coordinates. Use when geocoding addresses in Puerto Rico that include urbanization or municipio components.
Get ACS 1-Year EstimatesCENSUS_BUREAU_GET_ACS1_YEAR_ESTIMATES
Tool to retrieve 1-year American Community Survey (ACS) estimates for a specified geography. Use when you need the most recent annual ACS data for a given area.
Get ACS 5-Year EstimatesCENSUS_BUREAU_GET_ACS5_YEAR_ESTIMATES
Retrieve 5-year American Community Survey (ACS) estimates from the U.S. Census Bureau. The ACS 5-year estimates provide reliable data for all geographic areas by combining 5 years of survey data. Use this tool to get population demographics, income statistics, housing characteristics, and other socioeconomic data at various geographic levels (nation, state, county, tract, place, metro area, etc.). Returns data as a list of rows where the first row contains column headers (variable names and geography identifiers) and subsequent rows contain the data values.
Get Community Resilience EstimatesCENSUS_BUREAU_GET_COMMUNITY_RESILIENCE_ESTIMATES
Retrieve U.S. Census Bureau Community Resilience Estimates (CRE) data. The CRE measures social vulnerability to disasters by estimating the number of individuals with risk factors (e.g., income, disability, housing) that may limit their capacity to absorb, recover from, and respond to the impacts of disasters. Key variables: - PRED0_E: Estimated persons with 0 risk factors (most resilient) - PRED12_E: Estimated persons with 1-2 risk factors - PRED3_E: Estimated persons with 3+ risk factors (most vulnerable) - POPUNI: Total population universe - Variables ending in _M are margins of error for the corresponding estimates Available for years 2019, 2021, 2022, 2023 at state and county levels.
Get County Business PatternsCENSUS_BUREAU_GET_COUNTY_BUSINESS_PATTERNS
Tool to retrieve County Business Patterns (CBP) data for a specified year. Use when you need county-level business establishment and employment statistics filtered by industry and geography.
Get Dataset Examples HTMLCENSUS_BUREAU_GET_DATASET_EXAMPLES_HTML
Tool to retrieve example queries for a Census dataset in HTML format. Use when you need to see example API queries for different geographic levels and hierarchies within a specific dataset. The response contains an HTML table with example queries showing how to request data at various geographic levels (nation, state, county, tract, place, metropolitan areas, etc.). Each example includes the geography hierarchy, level, and a working example URL.
Get Dataset Examples JSONCENSUS_BUREAU_GET_DATASET_EXAMPLES_JSON
Tool to retrieve example API query patterns for a specific Census dataset and vintage. Use when you need to understand available geography levels, example variable names, and how to structure queries for a dataset.
Get Dataset Examples (XML)CENSUS_BUREAU_GET_DATASET_EXAMPLES_XML
Tool to retrieve example queries for a Census Bureau dataset in XML format. Use when you need to understand how to query a specific dataset or see sample API calls.
Get Dataset Geography HTMLCENSUS_BUREAU_GET_DATASET_GEOGRAPHY_HTML
Tool to retrieve available geographies for a Census dataset in HTML format. Use when you need to see which geographic levels (state, county, tract, etc.) and hierarchies are available for a specific Census dataset and year. The response is an HTML page containing a table with geography level codes, hierarchies, and reference dates.
Get Dataset Geography JSONCENSUS_BUREAU_GET_DATASET_GEOGRAPHY_JSON
Tool to get the list of supported geography levels for a specific Census dataset with their hierarchy and required predicates. Use when you need to discover which geographic areas are available for querying a dataset and what predicates are required.
Get Dataset Geography XMLCENSUS_BUREAU_GET_DATASET_GEOGRAPHY_XML
Tool to retrieve available geographies for a Census Bureau dataset in XML format. Use when you need to discover which geographic levels (state, county, tract, etc.) are supported for a specific dataset vintage.
Get Dataset GroupsCENSUS_BUREAU_GET_DATASET_GROUPS
Tool to retrieve the list of table groups for a Census dataset and vintage. Use when you need to discover available data tables or before querying all variables in a table using group() syntax.
Get Dataset SortsCENSUS_BUREAU_GET_DATASET_SORTS
Tool to list available sort options for a specific Census dataset and vintage. Use when you need to determine which fields can be used to sort query results.
Get Dataset TagsCENSUS_BUREAU_GET_DATASET_TAGS
Tool to list available tags/keywords for a specific Census dataset and vintage. Use when you need to discover topic categories, demographic dimensions, or searchable keywords available in a dataset.
Get Dataset Variables JSONCENSUS_BUREAU_GET_DATASET_VARIABLES_JSON
Tool to retrieve the complete list of available variables for a specific Census dataset. Use when you need to discover what variables are available in a dataset, their names, labels, data types, and valid values.
Get Decennial Census DataCENSUS_BUREAU_GET_DECENNIAL_CENSUS_DATA
Retrieve Decennial Census data (population, demographics, housing) from the U.S. Census Bureau API. Use this tool to get census statistics for states, counties, tracts, and other geographic units. The Decennial Census is conducted every 10 years (2020, 2010, 2000). Different datasets contain different variables - use 'dhc' for 2020 demographic data, 'sf1' for 2010/2000 summary data, 'pl' for redistricting data across all vintages.
Get Planning Database DataCENSUS_BUREAU_GET_PLANNING_DATABASE_DATA
Get Planning Database (PDB) data containing Census tract and block group level data useful for planning. Use this tool to retrieve demographic and operational data from the Planning Database including population estimates, ACS statistics, and 2020 Census operational variables at tract, block group, or state-county levels.
Get Population EstimatesCENSUS_BUREAU_GET_POPULATION_ESTIMATES
Retrieves Population Estimates Program (PEP) data from the US Census Bureau API. Use this tool when you need: - Total population estimates for states, counties, or the nation - Components of population change (births, deaths, migration) - Population by demographic characteristics (age, sex, race, Hispanic origin) Response is a 2D array where index 0 is the header row (e.g., [['POP','NAME','state'],['39512223','California','06'],...]); always use row 0 as column keys when parsing. Important notes: - Available datasets and variables vary significantly by vintage year - For broadest compatibility, use vintage=2019 with dataset='population' - Variable names may include year suffixes in newer vintages (e.g., POP_2021 instead of POP) - Check Census API documentation for valid variable names per vintage/dataset
Get TIGERweb ACS Generalized BoundariesCENSUS_BUREAU_GET_TIGERWEB_ACS_GENERALIZED
Tool to access generalized ACS (American Community Survey) boundary services from TIGERweb for specific survey years (2012-2024). Use when you need to retrieve geographic boundary information and metadata for various Census geographies like states, counties, tracts, places, or other administrative areas.
Get TIGERweb Map Service MetadataCENSUS_BUREAU_GET_TIGERWEB_MAP_SERVICE
Tool to retrieve TIGERweb MapServer service metadata including available layers, capabilities, and spatial reference information. Use when you need to discover available geographic layers before querying specific data.
Get Timeseries Examples HTMLCENSUS_BUREAU_GET_TIMESERIES_EXAMPLES_HTML
Tool to retrieve HTML-formatted example queries for a Census Bureau timeseries dataset. Use when you need to discover valid API query patterns and parameters for a specific timeseries dataset.
Get Timeseries Examples JSONCENSUS_BUREAU_GET_TIMESERIES_EXAMPLES_JSON
Tool to get example queries for a timeseries dataset in JSON format. Use when you need to discover example query patterns and available parameters for a specific Census Bureau timeseries dataset.
Get Timeseries Examples XMLCENSUS_BUREAU_GET_TIMESERIES_EXAMPLES_XML
Tool to retrieve example queries for a Census Bureau timeseries dataset in XML format. Use when you need to understand available variables, predicates, and geography options for a specific timeseries dataset.
Get Timeseries Geography HTMLCENSUS_BUREAU_GET_TIMESERIES_GEOGRAPHY_HTML
Tool to retrieve available FIPS geographies for a timeseries dataset in HTML format. Use when you need to understand which geography levels, hierarchies, and FIPS codes are available for querying a specific timeseries dataset. Returns an HTML document with a table showing reference dates, geography levels, hierarchies, and record limits.
Get Timeseries Geography JSONCENSUS_BUREAU_GET_TIMESERIES_GEOGRAPHY_JSON
Tool to get available geographies for a timeseries dataset in JSON format. Returns FIPS geography levels, display codes, and reference dates for the specified dataset. Use this when you need to determine which geography levels can be queried for a given timeseries dataset.
Get Timeseries Geography XMLCENSUS_BUREAU_GET_TIMESERIES_GEOGRAPHY_XML
Tool to retrieve available geographies for a Census Bureau timeseries dataset in XML format. Use when you need to discover which geographic levels are supported for a specific timeseries dataset and understand the hierarchical dependencies between geography types.
Get Timeseries Variables HTMLCENSUS_BUREAU_GET_TIMESERIES_VARIABLES_HTML
Tool to retrieve a list of available variables for a Census timeseries dataset in HTML format. Use when you need to discover what data fields are available for a specific timeseries dataset.
Get Timeseries Variables JSONCENSUS_BUREAU_GET_TIMESERIES_VARIABLES_JSON
Tool to get a list of variables available for a timeseries dataset in JSON format. Use when you need to discover which variables are available for querying in a specific Census Bureau timeseries dataset.
Get Timeseries Variables XMLCENSUS_BUREAU_GET_TIMESERIES_VARIABLES_XML
Tool to get a list of variables available for a timeseries dataset in XML format. Use when you need the variable definitions, data types, and valid values for a specific timeseries dataset.
Get Variable DetailsCENSUS_BUREAU_GET_VARIABLE_DETAILS
Tool to retrieve metadata for a specific variable in a Census dataset for a given year. Use when you need the label, concept, data type, attribute codes, and valid-value constraints.
List Available DatasetsCENSUS_BUREAU_LIST_AVAILABLE_DATASETS
Lists all available Census Bureau datasets with their metadata, vintages, and API endpoints. Use this as the discovery tool to find available datasets before querying specific data.
List Datasets HTMLCENSUS_BUREAU_LIST_DATASETS_HTML
Tool to retrieve a complete HTML listing of all available (non-timeseries) Census Bureau datasets. Use when you need to discover available datasets with links to their Geographies, Variables, Examples, and API base URLs.
List Datasets XMLCENSUS_BUREAU_LIST_DATASETS_XML
Tool to retrieve a list of all available Census Bureau datasets in XML format. Use when you need to discover available datasets, their paths, descriptions, and time periods. The XML contains comprehensive metadata about each dataset including identifiers, titles, and temporal coverage.
List Geocoder BenchmarksCENSUS_BUREAU_LIST_GEOCODER_BENCHMARKS
List all available benchmark versions for the Census Bureau geocoding service. Use this to discover valid benchmark options before geocoding addresses.
List Geocoder VintagesCENSUS_BUREAU_LIST_GEOCODER_VINTAGES
Tool to list available geography vintages for a given Census geocoder benchmark. Use when you need to see what geography versions are available for geocoding operations.
List TIGERweb ServicesCENSUS_BUREAU_LIST_TIGERWEB_SERVICES
Tool to discover all available TIGERweb map services for Census geographic boundaries. Use when you need to find which TIGERweb services are available (Current, ACS years, Census years) before accessing specific service metadata or querying geographic boundary data.
List Timeseries Datasets (HTML)CENSUS_BUREAU_LIST_TIMESERIES_DATASETS_HTML
Tool to retrieve a list of all available timeseries datasets from the US Census Bureau API in HTML format. Use when you need to discover available timeseries datasets and their endpoints.
List Timeseries Datasets (JSON)CENSUS_BUREAU_LIST_TIMESERIES_DATASETS_JSON
Tool to list all available timeseries datasets from the US Census Bureau API. Use when you need to discover what timeseries data is available. This endpoint returns a DCAT Catalog containing metadata for all timeseries datasets, including their titles, descriptions, available variables, geography links, and API endpoints. The response follows the Project Open Data v1.1 schema.
List Timeseries Datasets (XML)CENSUS_BUREAU_LIST_TIMESERIES_DATASETS_XML
Tool to retrieve a list of all available Census Bureau timeseries datasets in XML format. Use when you need to discover available timeseries datasets, their endpoints, or metadata. This is a discovery endpoint that returns the complete catalog of timeseries datasets.
Query ACS Supplemental EstimatesCENSUS_BUREAU_QUERY_ACS_ACSSE
Query ACS Supplemental Estimates data by variables and geography. Use when you need supplemental ACS estimates for specific geographic areas and variables.
Query ACS Comparison ProfilesCENSUS_BUREAU_QUERY_ACS_CPROFILE
Query ACS Comparison Profiles data by variables and geography. Use when you need to compare demographic, social, economic, or housing characteristics across different time periods within the same dataset. Available for both 1-year and 5-year ACS estimates.
Query ACS Migration FlowsCENSUS_BUREAU_QUERY_ACS_FLOWS
Tool to query American Community Survey (ACS) Migration Flows data by variables and geography. Use when you need migration flow statistics between geographic areas (inbound/outbound migration patterns).
Query ACS Data ProfileCENSUS_BUREAU_QUERY_ACS_PROFILE
Tool to query ACS Data Profiles by variables and geography. Use when you need demographic, social, economic, or housing profile data from the American Community Survey for specific geographic areas.
Query ACS Selected Population ProfilesCENSUS_BUREAU_QUERY_ACS_SPP
Tool to query ACS Selected Population Profiles (SPP) data by variables and geography for specific population groups. Use when you need demographic data filtered by race, ethnicity, ancestry, or other population subgroups.
Query ACS Subject TablesCENSUS_BUREAU_QUERY_ACS_SUBJECT
Tool to query ACS Subject Tables data by variables and geography. Use when you need subject table data (S-tables like S0101 for Age and Sex, S1701 for Poverty Status) from the American Community Survey. Available for both 1-year (acs1) and 5-year (acs5) estimates.
Query Annual Business SurveyCENSUS_BUREAU_QUERY_ANNUAL_BUSINESS_SURVEY
Tool to query Annual Business Survey Company Summary (abscs) data with demographic filters. Use when you need business ownership demographics, employment, payroll, or industry statistics filtered by sex, race, ethnicity, veteran status, or firm size for specific geographic areas.
Query Commodity Flow SurveyCENSUS_BUREAU_QUERY_COMMODITY_FLOW_SURVEY
Query Commodity Flow Survey data on freight shipments by origin, destination, mode, and commodity. Use when you need freight transportation statistics including shipment values, tonnage, and ton-miles for analyzing goods movement patterns in the United States.
Query CPS Survey DataCENSUS_BUREAU_QUERY_CPS_SURVEY
Tool to query Current Population Survey (CPS) microdata including basic monthly employment data and supplemental surveys. Use when you need individual-level labor force, employment, earnings, or demographic data from the CPS.
Query Decennial DHCCENSUS_BUREAU_QUERY_DEC_DHC
Tool to query Decennial Census Demographic and Housing Characteristics (DHC) data by variables and geography. Use when you need detailed 2020 Census demographic and housing data for states, counties, or other geographic areas.
Query Decennial Census Demographic ProfileCENSUS_BUREAU_QUERY_DEC_DP
Tool to query Decennial Census Demographic Profile data by variables and geography. Use when you need comprehensive demographic and housing profile data from the 2020 Decennial Census for specific geographic areas.
Query Decennial Census P.L. Redistricting DataCENSUS_BUREAU_QUERY_DEC_PL
Tool to query Decennial Census P.L. 94-171 Redistricting Data. Use when you need official population counts used for congressional and state legislative redistricting for census years 2000, 2010, or 2020.
Query Economic Census DataCENSUS_BUREAU_QUERY_ECONOMIC_CENSUS
Tool to query Economic Census data including establishments, employment, payroll, and receipts by geography and industry (NAICS). Use when you need comprehensive business statistics from the 5-year Economic Census surveys (2002, 2007, 2012, 2017, 2022).
Query International Trade TimeseriesCENSUS_BUREAU_QUERY_INTL_TRADE_TIMESERIES
Tool to query International Trade timeseries data from Census Bureau API. Provides monthly and annual import/export statistics by commodity, country, and port. Use when you need US trade statistics organized by various classification systems (end-use, Harmonized System, NAICS, state, or port).
Showing the first 60 of 81 actions.