GET /mashup/culinary/route
Matrutteplanlegger: kombinerer lokale oppskrifter, håndverksbryggerier, nåværende vær og kommende mat-relaterte arrangementer for enhver by i verden.
city
påkrevd
City name
| Navn | Påkrevd | Standard | Beskrivelse |
|---|---|---|---|
city |
Ja | - | City name |
curl "https://nordapi.ee/api/v1/mashup/culinary/route?city=Tallinn"
{
"city": "Tallinn",
"country": "Estonia",
"generated_at": "2026-09-03T00:09:23.175692Z",
"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-12-24",
"name": "Christmas Eve"
},
{
"date": "2026-12-25",
"name": "Christmas Day"
},
{
"date": "2026-12-26",
"name": "St. Stephen's Day"
}
],
"weather": {
"current": {
"apparent_temperature": 13.1,
"cloud_cover": 16,
"interval": 900,
"precipitation": 0.0,
"relative_humidity_2m": 90,
"temperature_2m": 14.6,
"time": "2026-09-03T03:00",
"weather_code": 0,
"wind_direction_10m": 203,
"wind_speed_10m": 16.6
},
"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.0997781753540039,
"latitude": 59.439518,
"longitude": 24.75708,
"timezone": "Europe/Tallinn",
"timezone_abbreviation": "GMT+3",
"utc_offset_seconds": 10800
}
}