x-api-key: ********************curl --location '/api/v1/ons/cpi?limit=24' \
--header 'x-api-key: <api-key>'{
"data": {
"cpih_index": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
]
}
},
"cpih_annual_rate": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
]
}
},
"cpi_index": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
]
}
},
"cpi_annual_rate": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
]
}
},
"rpi_index": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "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
}
}