chick_fil_a_menu
Browse Chick-fil-A's menu catalog with filters for sections, item types, groups, and nutrition tables. Retrieve item names, tags, and ordering links for each entry.
Instructions
Browse the Chick-fil-A menu. Returns one page of Chick-fil-A's published menu catalog (567 items at time of writing): item name, slug, Chick-fil-A's own item tag, an ordering deep link, and the taxonomy term ids the item belongs to. Every id in a response's menu_taxonomy_ids, menu_item_type_ids, menu_item_group_ids and nutrition_table_menu_ids is a ready-to-use filter value for a follow-up call, and GET /chick-fil-a/menu-taxonomy lists each taxonomy's terms with their names. search filters by free text and is ranked by relevance; without it items come back alphabetically so a caller can page through the whole catalog deterministically. Note this catalog carries no prices or nutrition values -- Chick-fil-A does not publish either through this source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number (default 1) | |
| search | No | Free-text filter over item names. Results are relevance-ranked when present. | |
| per_page | No | Items per page, 1-100 (default 20) | |
| menu_taxonomy | No | Comma-separated menu_taxonomy term ids (menu section, e.g. Breakfast, Beverages), up to 20 | |
| menu_item_type | No | Comma-separated menu_item_type term ids (ITEM, ITEM_GROUPING, MODIFIER), up to 20 | |
| menu_item_group | No | Comma-separated menu_item_group term ids (the grouping a variant belongs to), up to 20 | |
| nutrition_table_menu | No | Comma-separated nutrition_table_menu term ids (published nutrition-table grouping), up to 20 |