GET /shopping/check
Tjek om i dag er en shoppinghelligdag eller udsalgsbegivenhed i et specifikt land. Returnerer et boolesk resultat sammen med begivenhedsdetaljer, hvis aktiv. Nyttigt til at udløse automatiserede udsalgsbannere, sende push-notifikationer om igangværende tilbud og justere prisstrategier under store shoppingbegivenheder som Black Friday.
country
påkrævet
Country
| Navn | Påkrævet | Standard | Beskrivelse |
|---|---|---|---|
country |
Ja | - | Country |
curl "https://nordapi.ee/api/v1/shopping/check?country=US"
curl "https://nordapi.ee/api/v1/shopping/check?country=US"
curl "https://nordapi.ee/api/v1/shopping/check?country=CN"
curl "https://nordapi.ee/api/v1/shopping/check?country=GB"
{
"active_events": [],
"country": "US",
"date": "2026-07-07",
"days_until_next": 8,
"is_shopping_holiday": false,
"next_event": {
"category": "ecommerce",
"countries": [
"GLOBAL"
],
"date": "2026-07-15",
"days_until": 8,
"description": "Amazon's massive sale event. Competitors run parallel sales. Typically mid-July.",
"duration_days": 2,
"end_date": "2026-07-16",
"id": "prime_day",
"impact": "very_high",
"is_active": false,
"name": "Amazon Prime Day",
"status": "coming_this_month"
},
"success": true
}