← World Data

Shopping by Country

GET /shopping/country/:code

Get all shopping events and sale holidays specific to a particular country, including both global events (Black Friday) and country-specific ones (e.g., Boxing Day in the UK, Singles Day in China). Useful for localizing e-commerce promotions and understanding the retail calendar in specific markets.

Parameters

code required

Country

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/shopping/country/US
US shopping events
curl https://nordapi.ee/api/v1/shopping/country/US
UK shopping events
curl https://nordapi.ee/api/v1/shopping/country/GB
China shopping events
curl https://nordapi.ee/api/v1/shopping/country/CN

Live Response

{
  "count": 23,
  "country": "US",
  "currency": "USD",
  "data": [
    {
      "category": "seasonal",
      "countries": [
        "GLOBAL"
      ],
      "date": "2026-01-01",
      "days_until": 0,
      "description": "Post-holiday clearance sales worldwide. Retailers clear winter inventory.",
      "duration_days": 7,
      "end_date": "2026-01-07",
      "id": "new_years_sales",
      "impact": "high",
      "is_active": false,
      "name": "New Year's Sales",
      "status": "past"
    },
    {
      "category": "event",
      "countries": [
        "US"
      ],
      "date": "2026-02-08",
      "days_until": 0,
      "description": "Huge TV/electronics, food & beverage, and sports merchandise sales in the US.",
      "duration_days": 1,
      "end_date": "2026-02-08",
      "id": "super_bowl_sunday",
      "impact": "high",
      "is_active": false,
      "name": "Super Bowl Sunday",
      "status": "past"
    },
    {
      "category": "gifting",
      "countries": [
        "GLOBAL"
      ],
      "date": "2026-02-14",
      "days_until": 0,
      "description": "Major gifting holiday. Jewelry, flowers, chocolates, experiences see massive demand.",
      "duration_days": 3,
      "end_date": "2026-02-16",
      "id": "valentines_day",
      "impact": "medium",
      "is_active": false,
      "name": "Valentine's Day",
      "status": "past"
    },
    {
      "category": "seasonal",
      "countries": [
        "US"
      ],
      "date": "2026-02-16",
      "days_until": 0,
      "description": "Major US mattress, furniture, and appliance sale weekend.",
      "duration_days": 3,
      "end_date": "2026-02-18",
      "id": "presidents_day",
      "impact": "medium",
      "is_active": false,
      "name": "Presidents' Day Sales",
      "status": "past"
    },
    {
      "category": "promotional",
      "countries": [
        "GLOBAL"
      ],
      "date": "2026-03-08",
      "days_until": 0,
      "description": "Growing retail event. Beauty, fashion, and wellness promotions.",
      "duration_days": 1,
      "end_date": "2026-03-08",
      "id": "international_womens_day",
      "impact": "medium",
      "is_active": false,
      "name": "International Women's Day",
      "status": "past"
    },
    {
      "category": "event",
      "countries": [
        "US",
        "IE",
        "GB"
      ],
      "date": "2026-03-17",
      "days_until": 0,
      "description": "Green-themed merchandise, food & beverage promotions.",
      "duration_days": 1,
      "end_date": "2026-03-17",
      "id": "st_patricks_day",
      "impact": "low",
      "is_active": false,
      "name": "St. Patrick's Day",
      "status": "past"
    },
    {
      "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"
    },
    {
      "category": "promotional",
      "countries": [
        "US",
        "GB"
      ],
      "date": "2026-11-28",
      "days_until": 237,
      "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": 239,
      "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": 240,
      "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": 240,
      "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": 253,
      "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"
    },
    {
      "category": "ecommerce",
      "countries": [
        "US"
      ],
      "date": "2026-12-14",
      "days_until": 253,
      "description": "Retailers offer free shipping with guaranteed Christmas delivery.",
      "duration_days": 1,
      "end_date": "2026-12-14",
      "id": "free_shipping_day",
      "impact": "medium",
      "is_active": false,
      "name": "Free Shipping Day",
      "status": "upcoming"
    },
    {
      "category": "seasonal",
      "countries": [
        "GLOBAL"
      ],
      "date": "2026-12-26",
      "days_until": 265,
      "description": "Year-end clearance across all categories. Retailers make room for new inventory.",
      "duration_days": 6,
      "end_date": "2026-12-31",
      "id": "end_of_year_sales",
      "impact": "high",
      "is_active": false,
      "name": "End of Year Sales",
      "status": "upcoming"
    }
  ],
  "high_impact_count": 14,
  "success": true,
  "vat_rate": null,
  "year": 2026
}