← Weltdaten

Aktive Shopping-Events

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.

Parameter

country optional

Country

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/shopping/active
Active shopping events worldwide
curl https://nordapi.ee/api/v1/shopping/active
Active shopping events in the US
curl "https://nordapi.ee/api/v1/shopping/active?country=US"

Live-Antwort

{
  "count": 0,
  "data": [],
  "is_shopping_holiday": false,
  "success": true
}