U.S. Bureau of Labor Statistics · Example Payload

Bls Surveys Response Example

Federal GovernmentLaborStatisticsEmploymentEconomic Data

Bls Surveys Response Example is an example object payload from U.S. Bureau of Labor Statistics, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusresponseTimemessageResults

Example Payload

Raw ↑
{
  "status": "REQUEST_SUCCEEDED",
  "responseTime": 132,
  "message": [
    "sample-value",
    "sample-value"
  ],
  "Results": {
    "survey": [
      "sample-value",
      "sample-value"
    ]
  }
}