GET /shopping/upcoming
Hent de neste kommende globale handlehendelsene og salgshelligdagene, som Black Friday, Cyber Monday, Amazon Prime Day, Singles Day (11.11), Boxing Day og mer. Filtrer eventuelt etter land for regionsspesifikke hendelser. Nyttig for e-handelsplattformer som planlegger kampanjer, tilbudssporingsapper, markedskalenderverktøy og detaljhandelsanalysedashbord.
country
valgfri
Country
limit
valgfri
Limit
| Navn | Påkrevd | Standard | Beskrivelse |
|---|---|---|---|
country |
Nei | - | Country |
limit |
Nei | - | Limit |
curl "https://nordapi.ee/api/v1/shopping/upcoming?country=US"
curl "https://nordapi.ee/api/v1/shopping/upcoming?country=US"
curl "https://nordapi.ee/api/v1/shopping/upcoming"
curl "https://nordapi.ee/api/v1/shopping/upcoming?country=GB&limit=3"
{
"count": 10,
"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"
},
{
"category": "gifting",
"countries": [
"US",
"CA",
"AU",
"NZ",
"BR",
"IN"
],
"date": "2026-05-10",
"days_until": 35,
"description": "2nd biggest gifting holiday after Christmas. Flowers, jewelry, dining, spa.",
"duration_days": 3,
"end_date": "2026-05-12",
"id": "mothers_day_us",
"impact": "high",
"is_active": false,
"name": "Mother's Day (US/CA/AU)",
"status": "upcoming"
},
{
"category": "seasonal",
"countries": [
"US"
],
"date": "2026-05-25",
"days_until": 50,
"description": "Kickoff of summer sales. Outdoor furniture, grills, travel, fashion.",
"duration_days": 3,
"end_date": "2026-05-27",
"id": "memorial_day",
"impact": "high",
"is_active": false,
"name": "Memorial Day Sales",
"status": "upcoming"
},
{
"category": "gifting",
"countries": [
"US",
"CA",
"GB",
"FR",
"IN",
"JP"
],
"date": "2026-06-21",
"days_until": 77,
"description": "Electronics, tools, clothing, sports equipment gifting.",
"duration_days": 3,
"end_date": "2026-06-23",
"id": "fathers_day",
"impact": "medium",
"is_active": false,
"name": "Father's Day",
"status": "upcoming"
},
{
"category": "ecommerce",
"countries": [
"GLOBAL"
],
"date": "2026-07-15",
"days_until": 101,
"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": "upcoming"
},
{
"category": "seasonal",
"countries": [
"US",
"CA",
"GB",
"DE",
"FR"
],
"date": "2026-08-01",
"days_until": 118,
"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": false,
"name": "Back to School",
"status": "upcoming"
},
{
"category": "seasonal",
"countries": [
"US",
"CA"
],
"date": "2026-09-07",
"days_until": 155,
"description": "End of summer clearance. Major appliance, mattress, and outdoor furniture sales.",
"duration_days": 3,
"end_date": "2026-09-09",
"id": "labor_day",
"impact": "high",
"is_active": false,
"name": "Labor Day Sales",
"status": "upcoming"
},
{
"category": "ecommerce",
"countries": [
"CN",
"SG",
"MY",
"TH",
"ID",
"PH",
"GLOBAL"
],
"date": "2026-11-11",
"days_until": 220,
"description": "World's largest shopping event. Originated on Alibaba. Now global. $100B+ in sales.",
"duration_days": 1,
"end_date": "2026-11-11",
"id": "singles_day",
"impact": "very_high",
"is_active": false,
"name": "Singles' Day (11.11)",
"status": "upcoming"
},
{
"category": "seasonal",
"countries": [
"US"
],
"date": "2026-11-26",
"days_until": 235,
"description": "Start of the US holiday shopping season. Food, cooking, entertainment.",
"duration_days": 1,
"end_date": "2026-11-26",
"id": "thanksgiving",
"impact": "high",
"is_active": false,
"name": "Thanksgiving Sales",
"status": "upcoming"
},
{
"category": "ecommerce",
"countries": [
"GLOBAL"
],
"date": "2026-11-27",
"days_until": 236,
"description": "Biggest discount shopping day. Originally US, now global. Electronics, fashion, everything.",
"duration_days": 1,
"end_date": "2026-11-27",
"id": "black_friday",
"impact": "very_high",
"is_active": false,
"name": "Black Friday",
"status": "upcoming"
}
],
"success": true
}