← Tiedusteluyhdistelmät

Panimomatkasuunnittelija

GET /mashup/brewery/trip

Suunnittele a craft brewery tour: yhdistää local breweries, weather forecast, and location data for any city.

Parametrit

city pakollinen

City name

Esimerkkipyynnöt

Peruskäyttö
curl "https://nordapi.ee/api/v1/mashup/brewery/trip?city=Oslo"

Reaaliaikainen vastaus

{
  "breweries": [],
  "brewery_count": 0,
  "city": "Oslo",
  "country": "Norway",
  "location": {
    "latitude": 59.91273,
    "longitude": 10.74609
  },
  "success": true,
  "tip": "No breweries found in Oslo. Try a nearby larger city.",
  "weather": {
    "conditions": "Cozy weather - perfect for a warm taproom",
    "temperature_c": 5.7
  }
}