api/v3/agregados endpoint ignores query filters, so Sugra applies them client-side: pesquisa matches the 2-letter pesquisa code (e.g. CD for Censo Demografico), and search is a case-insensitive substring match on aggregate names. Source: Instituto Brasileiro de Geografia e Estatistica (IBGE).x-api-key: ********************curl --location '/api/v1/statistical-agencies/ibge/catalog?pesquisa=CN&search=IPCA&limit=100&offset=0' \
--header 'x-api-key: <api-key>'{
"data": {
"aggregates": [
{
"id": "string",
"nome": "string",
"pesquisa_id": "string",
"pesquisa_nome": "string"
}
],
"count": 0,
"total": 0,
"pesquisa_filter": "string",
"search": "string",
"limit": 0,
"offset": 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
}
}