{ "opencollection": "1.0.0", "info": { "name": "Business Dynamics Statistics 2010 CPS API", "version": "2026-05-25" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "CPS", "type": "folder" }, "items": [ { "info": { "name": "Get CPS Basic Monthly Microdata", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/:vintage/cps/basic/:month", "params": [ { "name": "vintage", "value": "", "type": "path" }, { "name": "month", "value": "", "type": "path", "description": "Three-letter month code (`jan`, `feb`, etc.)." }, { "name": "get", "value": "", "type": "query", "description": "Comma-separated list of variables to retrieve." }, { "name": "for", "value": "", "type": "query" }, { "name": "key", "value": "", "type": "query" } ] }, "docs": "Current Population Survey basic monthly microdata for the given vintage and month." } ] } ], "bundled": true }