← Underrättelsekombinationer

Kulinarisk turismrutt

GET /mashup/culinary/route

Food trail planner: kombinerar lokal recept, craft bryggerier, aktuell weather, and upcoming food-related evenemang för valfri stad världen över.

Parametrar

city obligatorisk

City name

Exempelförfrågningar

Grundläggande användning
curl "https://nordapi.ee/api/v1/mashup/culinary/route?city=Tallinn"

Livesvar

{
  "city": "Tallinn",
  "country": "Estonia",
  "generated_at": "2026-04-05T19:30:26.272343Z",
  "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-04-05",
      "name": "Easter Sunday"
    },
    {
      "date": "2026-05-01",
      "name": "Spring Day"
    },
    {
      "date": "2026-05-24",
      "name": "Pentecost"
    }
  ],
  "weather": {
    "current": {
      "apparent_temperature": 0.6,
      "cloud_cover": 100,
      "interval": 900,
      "precipitation": 0.0,
      "relative_humidity_2m": 89,
      "temperature_2m": 6.2,
      "time": "2026-04-05T22:30",
      "weather_code": 3,
      "wind_direction_10m": 189,
      "wind_speed_10m": 29.5
    },
    "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.9267330169677734,
    "latitude": 59.439518,
    "longitude": 24.75708,
    "timezone": "Europe/Tallinn",
    "timezone_abbreviation": "GMT+3",
    "utc_offset_seconds": 10800
  }
}