← Intelligenz-Mashups

Kulinarische Tourismusroute

GET /mashup/culinary/route

Kulinarischer Routenplaner: kombiniert lokale Rezepte, Craft-Brauereien, aktuelles Wetter und bevorstehende kulinarische Veranstaltungen für jede Stadt weltweit.

Parameter

city erforderlich

City name

Beispielanfragen

Grundlegende Verwendung
curl "https://nordapi.ee/api/v1/mashup/culinary/route?city=Tallinn"

Live-Antwort

{
  "city": "Tallinn",
  "country": "Estonia",
  "generated_at": "2026-07-06T22:56:37.060841Z",
  "local_breweries": [],
  "local_recipes": [],
  "success": true,
  "tip": "Ask locals about seasonal specialties — many dishes are only available at certain times of year.",
  "upcoming_food_festivals": [
    {
      "date": "2026-08-20",
      "name": "Day of Restoration of Independence"
    },
    {
      "date": "2026-12-24",
      "name": "Christmas Eve"
    },
    {
      "date": "2026-12-25",
      "name": "Christmas Day"
    }
  ],
  "weather": {
    "current": {
      "apparent_temperature": 7.6,
      "cloud_cover": 98,
      "interval": 900,
      "precipitation": 0.0,
      "relative_humidity_2m": 77,
      "temperature_2m": 10.9,
      "time": "2026-07-07T01:45",
      "weather_code": 3,
      "wind_direction_10m": 230,
      "wind_speed_10m": 17.3
    },
    "current_units": {
      "apparent_temperature": "°C",
      "cloud_cover": "%",
      "interval": "seconds",
      "precipitation": "mm",
      "relative_humidity_2m": "%",
      "temperature_2m": "°C",
      "time": "iso8601",
      "weather_code": "wmo code",
      "wind_direction_10m": "°",
      "wind_speed_10m": "km/h"
    },
    "elevation": 10.0,
    "generationtime_ms": 0.27501583099365234,
    "latitude": 59.25,
    "longitude": 24.75,
    "timezone": "Europe/Tallinn",
    "timezone_abbreviation": "GMT+3",
    "utc_offset_seconds": 10800
  }
}