state (UF sigla like SP or numeric UF code like 35) to scope to one state. Upstream: /api/v1/localidades/municipios or /api/v1/localidades/estados/{UF}/municipios. Source: Instituto Brasileiro de Geografia e Estatistica (IBGE).x-api-key: ********************curl --location '/api/v1/statistical-agencies/ibge/municipalities?state=SP' \
--header 'x-api-key: <api-key>'state filter is applied).{
"data": {
"municipalities": [
{
"property1": "string",
"property2": "string"
}
],
"count": 0,
"state_filter": "string"
},
"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
}
}