{ "opencollection": "1.0.0", "info": { "name": "Business Dynamics Statistics 2010 ACS API", "version": "2026-05-25" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "ACS", "type": "folder" }, "items": [ { "info": { "name": "Get ACS 5-Year Detailed Tables", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/:vintage/acs/acs5", "params": [ { "name": "vintage", "value": "", "type": "path", "description": "Year (or year+month combination) identifying the dataset vintage. Example values include `2024`, `2023`, `2020`." }, { "name": "get", "value": "", "type": "query", "description": "Comma-separated list of variables to retrieve. Use the group prefix `group(B19013)` to fetch every variable in a table." }, { "name": "for", "value": "", "type": "query", "description": "Geography clause indicating the geographic level being queried (for example `state:*` or `county:001`)." }, { "name": "in", "value": "", "type": "query", "description": "Hierarchical filter for nested geographies (for example `state:06`)." }, { "name": "ucgid", "value": "", "type": "query", "description": "Universal Census Geographic Identifier — alternate single-parameter geography selector." }, { "name": "key", "value": "", "type": "query", "description": "Free API key obtained at https://api.census.gov/data/key_signup.html" } ] }, "docs": "Query American Community Survey 5-Year Estimates detailed tables for a\ngiven vintage (2009 through the latest release year). Returns variables\nfor the specified geographies.\n" }, { "info": { "name": "Get ACS 5-Year Subject Tables", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/:vintage/acs/acs5/subject", "params": [ { "name": "vintage", "value": "", "type": "path", "description": "Year (or year+month combination) identifying the dataset vintage. Example values include `2024`, `2023`, `2020`." }, { "name": "get", "value": "", "type": "query", "description": "Comma-separated list of variables to retrieve. Use the group prefix `group(B19013)` to fetch every variable in a table." }, { "name": "for", "value": "", "type": "query", "description": "Geography clause indicating the geographic level being queried (for example `state:*` or `county:001`)." }, { "name": "in", "value": "", "type": "query", "description": "Hierarchical filter for nested geographies (for example `state:06`)." }, { "name": "key", "value": "", "type": "query", "description": "Free API key obtained at https://api.census.gov/data/key_signup.html" } ] }, "docs": "Query ACS 5-Year Estimates Subject Tables (S-prefixed table IDs)." }, { "info": { "name": "Get ACS 5-Year Data Profiles", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/:vintage/acs/acs5/profile", "params": [ { "name": "vintage", "value": "", "type": "path", "description": "Year (or year+month combination) identifying the dataset vintage. Example values include `2024`, `2023`, `2020`." }, { "name": "get", "value": "", "type": "query", "description": "Comma-separated list of variables to retrieve. Use the group prefix `group(B19013)` to fetch every variable in a table." }, { "name": "for", "value": "", "type": "query", "description": "Geography clause indicating the geographic level being queried (for example `state:*` or `county:001`)." }, { "name": "in", "value": "", "type": "query", "description": "Hierarchical filter for nested geographies (for example `state:06`)." }, { "name": "key", "value": "", "type": "query", "description": "Free API key obtained at https://api.census.gov/data/key_signup.html" } ] }, "docs": "Query ACS 5-Year Estimates Data Profiles (DP-prefixed table IDs)." }, { "info": { "name": "Get ACS 1-Year Detailed Tables", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/:vintage/acs/acs1", "params": [ { "name": "vintage", "value": "", "type": "path", "description": "Year (or year+month combination) identifying the dataset vintage. Example values include `2024`, `2023`, `2020`." }, { "name": "get", "value": "", "type": "query", "description": "Comma-separated list of variables to retrieve. Use the group prefix `group(B19013)` to fetch every variable in a table." }, { "name": "for", "value": "", "type": "query", "description": "Geography clause indicating the geographic level being queried (for example `state:*` or `county:001`)." }, { "name": "in", "value": "", "type": "query", "description": "Hierarchical filter for nested geographies (for example `state:06`)." }, { "name": "key", "value": "", "type": "query", "description": "Free API key obtained at https://api.census.gov/data/key_signup.html" } ] }, "docs": "Query ACS 1-Year Estimates for geographies with 65,000+ population." }, { "info": { "name": "Get ACS 1-Year Supplemental Estimates", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/:vintage/acs/acs1/supplemental", "params": [ { "name": "vintage", "value": "", "type": "path", "description": "Year (or year+month combination) identifying the dataset vintage. Example values include `2024`, `2023`, `2020`." }, { "name": "get", "value": "", "type": "query", "description": "Comma-separated list of variables to retrieve. Use the group prefix `group(B19013)` to fetch every variable in a table." }, { "name": "for", "value": "", "type": "query", "description": "Geography clause indicating the geographic level being queried (for example `state:*` or `county:001`)." }, { "name": "in", "value": "", "type": "query", "description": "Hierarchical filter for nested geographies (for example `state:06`)." }, { "name": "key", "value": "", "type": "query", "description": "Free API key obtained at https://api.census.gov/data/key_signup.html" } ] }, "docs": "Query ACS 1-Year Supplemental Estimates for geographies with 20,000+ population." } ] } ], "bundled": true }