{ "opencollection": "1.0.0", "info": { "name": "BLS Public Data Series Surveys API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "registrationkey", "value": "{{registrationkey}}", "placement": "query" } }, "items": [ { "info": { "name": "Surveys", "type": "folder" }, "items": [ { "info": { "name": "U.S. Bureau of Labor Statistics Get All Surveys", "type": "http" }, "http": { "method": "GET", "url": "https://api.bls.gov/publicAPI/v2/surveys", "params": [ { "name": "registrationkey", "value": "", "type": "query", "description": "BLS API registration key." } ] }, "docs": "Retrieve metadata for all available BLS surveys. Returns a list of surveys with their abbreviations, names, and descriptions." }, { "info": { "name": "U.S. Bureau of Labor Statistics Get Survey Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.bls.gov/publicAPI/v2/surveys/:surveyId", "params": [ { "name": "surveyId", "value": "", "type": "path", "description": "Survey abbreviation (e.g., CPS for Current Population Survey, CES for Current Employment Statistics, AP for Average Price Data)." }, { "name": "registrationkey", "value": "", "type": "query", "description": "BLS API registration key." } ] }, "docs": "Retrieve detailed metadata for a specific BLS survey using its abbreviation. Returns survey name, description, and available series information." } ] } ], "bundled": true }