{
"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
}
}