← Heimsgögn

Virk verslunartilefni

GET /shopping/active

Athugaðu which verslunarviðburði and sales holidays are sem stendur active núna. Skilar hvaða ... sem er ongoing events with their names, start and end dates, and descriptions. Fullkomið fyrir e-commerce banners that auto-display during sale events, deal aggregator forrit, and marketing automation verkfæri that trigger campaigns during active shopping periods.

Breytur

country valfrjálst

Country

Dæmi um fyrirspurnir

Grunnnotkun
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"

Lifandi svar

{
  "count": 1,
  "data": [
    {
      "category": "seasonal",
      "countries": [
        "GLOBAL"
      ],
      "date": "2026-04-03",
      "days_until": 0,
      "description": "Spring sales event. Fashion, home & garden, chocolate/confectionery.",
      "duration_days": 4,
      "end_date": "2026-04-06",
      "id": "easter_sales",
      "impact": "high",
      "is_active": true,
      "name": "Easter Sales",
      "status": "active_now"
    }
  ],
  "is_shopping_holiday": true,
  "success": true
}