← 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-08-12T06:41:09.522004Z",
  "local_breweries": [],
  "local_recipes": [
    {
      "id": "53575",
      "name": "Apple Pie",
      "thumbnail": "https://www.themealdb.com/images/media/meals/stnxzp1784835840.jpg"
    },
    {
      "id": "53576",
      "name": "Carrot and Bean Fritters",
      "thumbnail": "https://www.themealdb.com/images/media/meals/xjii2g1784836867.jpg"
    },
    {
      "id": "53578",
      "name": "Gingerbread Waffles",
      "thumbnail": "https://www.themealdb.com/images/media/meals/0wmns51784837949.jpg"
    },
    {
      "id": "53579",
      "name": "Honey Cookies",
      "thumbnail": "https://www.themealdb.com/images/media/meals/yleo1y1784839077.jpg"
    },
    {
      "id": "53574",
      "name": "Quark and Rhubarb Pie",
      "thumbnail": "https://www.themealdb.com/images/media/meals/s5o6521784834958.jpg"
    }
  ],
  "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": 11.2,
      "cloud_cover": 83,
      "interval": 900,
      "precipitation": 0.0,
      "relative_humidity_2m": 59,
      "temperature_2m": 15.5,
      "time": "2026-08-12T09:30",
      "weather_code": 3,
      "wind_direction_10m": 314,
      "wind_speed_10m": 24.8
    },
    "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.22363662719726562,
    "latitude": 59.439518,
    "longitude": 24.75708,
    "timezone": "Europe/Tallinn",
    "timezone_abbreviation": "GMT+3",
    "utc_offset_seconds": 10800
  }
}