arbys_location
Retrieve a single Arby's restaurant by store ID. Get its address, hours, amenities, and capabilities in clean JSON.
Instructions
Look up one Arby's restaurant by store id. Returns one Arby's restaurant directly by its store id (e.g. one found via GET /arbys/locations), with the same address, hours, amenities, and capability fields as that endpoint's results, minus distance (there is no search center for a direct lookup).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | A real Arby's store id, e.g. one returned by GET /arbys/locations |