/api/v1/todayToday's pick
Returns the product currently featured on the homepage along with the UTC date.
Example response
{
"date": "2026-05-22",
"product": {
"slug": "lg-oled-m5",
"name": "LG OLED M5 (Wireless OLED)",
"brand": "LG",
"category": "DISPLAYS",
"tagline": "A 4K OLED with no cables — and we mean none.",
"price": { "amount": 4499, "currency": "USD" },
"retailers": [ ... ],
"priceHistory": [ ... ],
"url": "http://localhost:3000/p/lg-oled-m5"
}
}