GET /shopping/active
Prüfen Sie, welche shopping events und sales holidays are currently active right now. Liefert alle ongoing events with their names, start und end dates, und descriptions. Ideal für e-commerce banners that auto-display during sale events, deal aggregator apps, und marketing automation tools that trigger campaigns during active shopping periods.
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": 0,
"data": [],
"is_shopping_holiday": false,
"success": true
}