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

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

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-07-06T23:37:39.325130Z",
  "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-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": 7.0,
      "cloud_cover": 100,
      "interval": 900,
      "precipitation": 0.9,
      "relative_humidity_2m": 83,
      "temperature_2m": 10.5,
      "time": "2026-07-07T02:30",
      "weather_code": 63,
      "wind_direction_10m": 222,
      "wind_speed_10m": 19.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.2810955047607422,
    "latitude": 59.25,
    "longitude": 24.75,
    "timezone": "Europe/Tallinn",
    "timezone_abbreviation": "GMT+3",
    "utc_offset_seconds": 10800
  }
}