chick_fil_a_locations
Find Chick-fil-A restaurant locations by browsing or searching the directory. Retrieve each restaurant's ID, slug, name, state, and page URL to fetch detailed addresses and hours.
Instructions
Browse Chick-fil-A restaurant locations. Returns one page of Chick-fil-A's restaurant directory (3,467 restaurants at time of writing): each restaurant's id, slug, name, US state and its page URL. search filters by free text over restaurant names and is relevance-ranked; without it restaurants come back alphabetically so a caller can page through the whole directory deterministically. This index deliberately carries no address or hours -- Chick-fil-A does not expose them on the directory listing. Pass a slug from here to GET /chick-fil-a/location to get street address and opening hours for one restaurant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number (default 1) | |
| search | No | Free-text filter over restaurant names. Results are relevance-ranked when present. | |
| per_page | No | Restaurants per page, 1-100 (default 20) |