← Аналитические сводки

Маршрут гастрономического туризма

GET /mashup/culinary/route

Планировщик гастрономического маршрута: объединяет местные рецепты, крафтовые пивоварни, текущую погоду и предстоящие кулинарные события для любого города мира.

Параметры

city обязательный

City name

Примеры запросов

Базовое использование
curl "https://nordapi.ee/api/v1/mashup/culinary/route?city=Tallinn"

Ответ в реальном времени

{
  "city": "Tallinn",
  "country": "Estonia",
  "generated_at": "2026-05-22T17:35:09.331080Z",
  "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-05-24",
      "name": "Pentecost"
    },
    {
      "date": "2026-06-23",
      "name": "Victory Day"
    },
    {
      "date": "2026-06-24",
      "name": "Midsummer Day"
    }
  ],
  "weather": {
    "current": {
      "apparent_temperature": 11.8,
      "cloud_cover": 81,
      "interval": 900,
      "precipitation": 0.0,
      "relative_humidity_2m": 79,
      "temperature_2m": 14.0,
      "time": "2026-05-22T20:30",
      "weather_code": 3,
      "wind_direction_10m": 250,
      "wind_speed_10m": 15.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.10883808135986328,
    "latitude": 59.439518,
    "longitude": 24.75708,
    "timezone": "Europe/Tallinn",
    "timezone_abbreviation": "GMT+3",
    "utc_offset_seconds": 10800
  }
}