ConsoleCatalog
Sign in
U.S. Census Bureau Data logo

U.S. Census Bureau Data

data.censusGovernment Legalno auth

U.S. Census Bureau data explorer for browsing datasets by topic, geography, and year, with table listings, values, and metadata.

Featured Results Listing

ASYNCREADNo auth

Returns featured and filtered dataset search results for a topic and year with ids and descriptions.

ParametersFormJSON

Explore Filters topic filter (maps to query param t), e.g. Housing, Population

Data vintage year filter (maps to query param y), e.g. 2024

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_data_census_featured_results_listing",
    "params": {
      "topic": "Housing",
      "year": "2024"
    }
  }'