Menu items, prices, nutrition, and restaurant locations.
Nearest Restaurant Location
ASYNCREADNo auth
Returns nearby restaurants by coordinates with addresses, hours, and distance.
ParametersFormJSON
Latitude for the restaurant search area (decimal degrees)
Longitude for the restaurant search area (decimal degrees)
Maximum number of nearby restaurant locations to return
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_buffalowildwings_nearest_restaurant_location", "params": { "latitude": "39.73915", "longitude": "-104.9847", "limit": "10" } }'