x-api-key: ********************curl --location '/api/v1/bcb/expectations?top=50&indicator=IPCA' \
--header 'x-api-key: <api-key>'{
"data": {
"items": [
{
"indicator": "string",
"indicator_detail": "string",
"survey_date": "string",
"reference_period": "string",
"mean": 0,
"median": 0,
"std_dev": 0,
"min": 0,
"max": 0,
"respondents": 0,
"base_calculation": 0
}
],
"count": 0
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}