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": "gifting",
"countries": [
"US",
"CA",
"AU",
"NZ",
"BR",
"IN"
],
"date": "2026-05-10",
"days_until": 31,
"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": 46,
"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": 73,
"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": 97,
"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": 114,
"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": 151,
"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": 216,
"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": 231,
"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": 232,
"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": 233,
"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"
}
],
"success": true
}