[1990,2000[ means 1990-1999 inclusive, 1930[ means pre-1930. UTF-8 names with Portuguese accents (Maria, Joao, Andrea) are accepted in the path segment. Source: Instituto Brasileiro de Geografia e Estatistica (IBGE), Censo Demografico 2010.x-api-key: ********************curl --location '/api/v1/statistical-agencies/ibge/names/Maria' \
--header 'x-api-key: <api-key>'{
"data": {
"query_name": "string",
"results": [
{
"nome": "string",
"sexo": "string",
"localidade": "string",
"res": [
{
"periodo": "string",
"frequencia": 0,
"decade_start": 0,
"decade_end": 0
}
]
}
],
"total_frequency": 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
}
}