{
"data": {
"snapshot_date": "string",
"window_months": 3,
"top_increases": [
{
"name": "string",
"slug": "string",
"period_current": "string",
"period_prior": "string",
"value_current": 0,
"value_prior": 0,
"delta": 0,
"delta_pct": 0
}
],
"top_decreases": [
{
"name": "string",
"slug": "string",
"period_current": "string",
"period_prior": "string",
"value_current": 0,
"value_prior": 0,
"delta": 0,
"delta_pct": 0
}
],
"summary": {
"total_countries_considered": 0,
"increase_count": 0,
"decrease_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",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}