{ "opencollection": "1.0.0", "info": { "name": "Business Dynamics Statistics 2010 PEP API", "version": "2026-05-25" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "PEP", "type": "folder" }, "items": [ { "info": { "name": "Get Population Estimates", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/:vintage/pep/population", "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": "Annual Population Estimates Program totals by geography." }, { "info": { "name": "Get Population Estimates By Age, Sex, Race, And Hispanic Origin", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/:vintage/pep/charagegroups", "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": "PEP estimates by characteristic age groups, sex, race, and Hispanic origin." } ] } ], "bundled": true }