← 智能数据整合

节日与活动查找器

GET /mashup/festival/finder

发现即将到来的节日和活动:结合任何国家的公共假日、购物活动、天气预报和国家数据。可按预查天数筛选。

参数

country 必填

Country code

months 可选

Months ahead to search (default 3)

请求示例

基本用法
curl "https://nordapi.ee/api/v1/mashup/festival/finder?country=EE&months=6"

实时响应

{
  "country": "EE",
  "country_name": "Estonia",
  "generated_at": "2026-04-05T19:32:16.068901Z",
  "months_ahead": 6,
  "public_holidays": [
    {
      "date": "2026-04-05",
      "name": "Easter Sunday",
      "type": "Public"
    },
    {
      "date": "2026-05-01",
      "name": "Spring Day",
      "type": "Public"
    },
    {
      "date": "2026-05-24",
      "name": "Pentecost",
      "type": "Public"
    },
    {
      "date": "2026-06-23",
      "name": "Victory Day",
      "type": "Public"
    },
    {
      "date": "2026-06-24",
      "name": "Midsummer Day",
      "type": "Public"
    },
    {
      "date": "2026-08-20",
      "name": "Day of Restoration of Independence",
      "type": "Public"
    }
  ],
  "shopping_events": [
    {
      "category": "seasonal",
      "date": "2026-04-03",
      "name": "Easter Sales"
    },
    {
      "category": "seasonal",
      "date": "2026-06-26",
      "name": "Midsummer Sales"
    },
    {
      "category": "ecommerce",
      "date": "2026-07-15",
      "name": "Amazon Prime Day"
    }
  ],
  "success": true,
  "weather_forecast": null
}