chick_fil_a_location
Retrieve a single Chick-fil-A restaurant's street address, opening hours, cuisine description, and photo by supplying its numeric ID or slug. Closed days (including Sundays) are marked with closed=true.
Instructions
Get one Chick-fil-A restaurant's address and hours. Returns one Chick-fil-A restaurant's street address, opening hours, cuisine description and photo, selected by either its numeric id or its slug (supply exactly one of the two -- passing both is rejected). opening_hours carries one entry per day; a day Chick-fil-A publishes as closed (notably every Sunday, and every day for a seasonal or food-truck location that is not currently operating) comes back with closed=true and empty opens/closes rather than a placeholder time. This response carries a postal address but no latitude/longitude -- Chick-fil-A does not publish coordinates for its restaurants, and this endpoint does not synthesize them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric WordPress post id. Supply either id or slug, not both. | |
| slug | No | Restaurant slug, e.g. from a directory response. Supply either id or slug, not both. |