← Underrättelsekombinationer

Kulinarisk turismrutt

GET /mashup/culinary/route

Planerare för matrundor: kombinerar lokala recept, hantverksbryggerier, aktuellt väder och kommande matrelaterade 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-08-12T07:27:16.301123Z",
  "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": 12.2,
      "cloud_cover": 71,
      "interval": 900,
      "precipitation": 0.0,
      "relative_humidity_2m": 59,
      "temperature_2m": 16.1,
      "time": "2026-08-12T10:15",
      "weather_code": 2,
      "wind_direction_10m": 306,
      "wind_speed_10m": 23.0
    },
    "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.12195110321044922,
    "latitude": 59.439518,
    "longitude": 24.75708,
    "timezone": "Europe/Tallinn",
    "timezone_abbreviation": "GMT+3",
    "utc_offset_seconds": 10800
  }
}