{ "opencollection": "1.0.0", "info": { "name": "Census Data American Community Survey Decennial Census API", "version": "2.0.0" }, "items": [ { "info": { "name": "Decennial Census", "type": "folder" }, "items": [ { "info": { "name": "Get Decennial Census Redistricting Data (P.L. 94-171)", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/:year/dec/pl", "params": [ { "name": "year", "value": "", "type": "path", "description": "Census year (2020 or 2010)" }, { "name": "get", "value": "", "type": "query", "description": "Variable names (e.g., P1_001N for total population)" }, { "name": "for", "value": "", "type": "query", "description": "Geographic level and FIPS filter" }, { "name": "in", "value": "", "type": "query", "description": "Parent geography constraint" }, { "name": "key", "value": "", "type": "query", "description": "Census API key" } ] }, "docs": "Returns Decennial Census redistricting data including population counts by race/ethnicity and housing unit counts. Data available for 2020 and 2010." } ] } ], "bundled": true }