GET /shopping/upcoming
Hent de næste kommende globale shoppingbegivenheder og udsalgshelligdage, som Black Friday, Cyber Monday, Amazon Prime Day, Singles Day (11.11), Boxing Day og mere. Filtrer valgfrit efter land for regionspecifikke begivenheder. Nyttigt til e-handelsplatforme, der planlægger kampagner, tilbudssporingsapps, marketingkalenderværktøjer og detailhandelsanalysedashboards.
country
valgfri
Country
limit
valgfri
Limit
| Navn | Påkrævet | Standard | Beskrivelse |
|---|---|---|---|
country |
Nej | - | Country |
limit |
Nej | - | 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": [
"US",
"CA",
"GB",
"DE",
"FR"
],
"date": "2026-08-01",
"days_until": 0,
"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": true,
"name": "Back to School",
"status": "active_now"
},
{
"category": "seasonal",
"countries": [
"US",
"CA"
],
"date": "2026-09-07",
"days_until": 26,
"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": "coming_this_month"
},
{
"category": "ecommerce",
"countries": [
"CN",
"SG",
"MY",
"TH",
"ID",
"PH",
"GLOBAL"
],
"date": "2026-11-11",
"days_until": 91,
"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": 106,
"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": 107,
"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"
},
{
"category": "promotional",
"countries": [
"US",
"GB"
],
"date": "2026-11-28",
"days_until": 108,
"description": "Support local businesses day. Community-focused shopping.",
"duration_days": 1,
"end_date": "2026-11-28",
"id": "small_business_saturday",
"impact": "medium",
"is_active": false,
"name": "Small Business Saturday",
"status": "upcoming"
},
{
"category": "ecommerce",
"countries": [
"GLOBAL"
],
"date": "2026-11-30",
"days_until": 110,
"description": "Biggest online shopping day. Tech, software, digital subscriptions dominate.",
"duration_days": 1,
"end_date": "2026-11-30",
"id": "cyber_monday",
"impact": "very_high",
"is_active": false,
"name": "Cyber Monday",
"status": "upcoming"
},
{
"category": "promotional",
"countries": [
"GLOBAL"
],
"date": "2026-12-01",
"days_until": 111,
"description": "Charity-focused day. Brands do donation-matching and cause marketing.",
"duration_days": 1,
"end_date": "2026-12-01",
"id": "giving_tuesday",
"impact": "low",
"is_active": false,
"name": "Giving Tuesday",
"status": "upcoming"
},
{
"category": "seasonal",
"countries": [
"GLOBAL"
],
"date": "2026-12-01",
"days_until": 111,
"description": "The biggest retail season. Gift buying, decorations, food, travel.",
"duration_days": 24,
"end_date": "2026-12-24",
"id": "christmas_sales",
"impact": "very_high",
"is_active": false,
"name": "Christmas Sales Season",
"status": "upcoming"
},
{
"category": "ecommerce",
"countries": [
"US"
],
"date": "2026-12-14",
"days_until": 124,
"description": "2nd biggest online shopping day in December. Last chance for holiday shipping.",
"duration_days": 1,
"end_date": "2026-12-14",
"id": "green_monday",
"impact": "medium",
"is_active": false,
"name": "Green Monday",
"status": "upcoming"
}
],
"success": true
}