fiveguys_ordering_locations
Find Five Guys restaurants near coordinates with live ordering details—delivery fees, order minimums, availability, and handoff options—plus optional dated hours.
Instructions
Find Five Guys restaurants near a coordinate with ordering details. Returns Five Guys restaurants near a latitude/longitude as Five Guys' own ordering platform publishes them, with commerce detail no other endpoint in this family carries: per-store delivery fee, delivery and pickup order minimums, whether the store is currently accepting orders at all, the handoff modes an order placed now could actually use (delivery, pickup, curbside, dine-in, drive-thru, dispatch), group-order/coupon/loyalty support, how many days ahead an order may be scheduled, and the store's own order URL. Set include_hours to also return each store's dated business and delivery calendars -- concrete dated windows rather than the recurring weekly schedule the locator endpoints publish, so they reflect holiday and special hours a weekly schedule cannot express. This is a different upstream from GET /fiveguys/nearby, which returns the marketing/locator record: the two describe the same restaurants but do not share ids, and this one carries a per-store name ("Five Guys Austin Arbor") where the locator publishes the generic brand name. Use each result's id with GET /fiveguys/ordering-menu for that store's priced menu. A coordinate with no Five Guys nearby returns an empty list rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days of calendar to return from today, 1-30 (default 7). Only meaningful with include_hours. | |
| limit | No | Maximum restaurants to return, 1-50 (default 10) | |
| radius | No | Search radius in miles, 1-50 (default 20) | |
| latitude | Yes | Search center latitude | |
| longitude | Yes | Search center longitude | |
| include_hours | No | Include each store's dated business and delivery calendars |