GET /shopping/active
Prüfen Sie, welche Shopping-Ereignisse und Verkaufsfeiertage derzeit aktiv sind. Liefert alle laufenden Ereignisse mit ihren Namen, Anfangs- und Enddaten sowie Beschreibungen. Perfekt für E-Commerce-Banner, die sich während Verkaufsereignissen automatisch anzeigen, Deal-Aggregator-Apps und Marketing-Automatisierungstools, die Kampagnen während aktiver Einkaufsperioden auslösen.
country
optional
Country
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
country |
Nein | - | Country |
curl https://nordapi.ee/api/v1/shopping/active
curl https://nordapi.ee/api/v1/shopping/active
curl "https://nordapi.ee/api/v1/shopping/active?country=US"
{
"count": 1,
"data": [
{
"category": "seasonal",
"countries": [
"US",
"CA",
"GB",
"DE",
"FR"
],
"date": "2026-08-01",
"days_until": 0,
"description": "Extended shopping season. Electronics, clothing, school supplies, dorm furnishings.",
"duration_days": 45,
"end_date": "2026-09-14",
"id": "back_to_school",
"impact": "high",
"is_active": true,
"name": "Back to School",
"status": "active_now"
}
],
"is_shopping_holiday": true,
"success": true
}