← Intelligenz-Mashups

Festival- & Veranstaltungsfinder

GET /mashup/festival/finder

Entdecken Sie bevorstehende Festivals und Veranstaltungen: kombiniert gesetzliche Feiertage, Shopping-Events, Wettervorhersagen und Länderdaten für jedes Land. Filtern Sie nach dem Vorausschauzeitraum.

Parameter

country erforderlich

Country code

months optional

Months ahead to search (default 3)

Beispielanfragen

Grundlegende Verwendung
curl "https://nordapi.ee/api/v1/mashup/festival/finder?country=EE&months=6"

Live-Antwort

{
  "country": "EE",
  "country_name": "Estonia",
  "generated_at": "2026-05-22T18:26:09.767512Z",
  "months_ahead": 6,
  "public_holidays": [
    {
      "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-06-26",
      "name": "Midsummer Sales"
    },
    {
      "category": "ecommerce",
      "date": "2026-07-15",
      "name": "Amazon Prime Day"
    },
    {
      "category": "ecommerce",
      "date": "2026-11-11",
      "name": "Singles' Day (11.11)"
    }
  ],
  "success": true,
  "weather_forecast": null
}