← Intelligence Mashups

Culinary Tourism Route

GET /mashup/culinary/route

Food trail planner: combines local recipes, craft breweries, current weather, and upcoming food-related events for any city worldwide.

Parameters

city required

City name

Example Requests

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

Live Response

{
  "city": "Tallinn",
  "country": "Estonia",
  "generated_at": "2026-07-05T16:39:20.574925Z",
  "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": [],
  "weather": {
    "current": {
      "apparent_temperature": 18.1,
      "cloud_cover": 97,
      "interval": 900,
      "precipitation": 0.0,
      "relative_humidity_2m": 82,
      "temperature_2m": 18.0,
      "time": "2026-07-05T19:30",
      "weather_code": 3,
      "wind_direction_10m": 314,
      "wind_speed_10m": 10.1
    },
    "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.3279447555541992,
    "latitude": 59.25,
    "longitude": 24.75,
    "timezone": "Europe/Tallinn",
    "timezone_abbreviation": "GMT+3",
    "utc_offset_seconds": 10800
  }
}