Skip to content

Menus

WARNING

The Taste Maps API and dataset are currently in early access, with initial coverage focused on Staffordshire. We're using this phase to fine-tune accuracy and reliability before rapidly expanding to additional regions.

A menu in Taste Maps is a structured collection of food items, grouped into sections and associated with a restaurant. Menu names, sections, and item titles are preserved exactly as presented by the restaurant.

Because restaurant menus come in many inconsistent formats - including PDFs, HTML pages, and images — we've built specialized ingestion pipelines to handle them all. These pipelines extract and structure the data into a clean, consistent format available via JSON through our API.

When a menu is updated, we re-ingest the entire menu and increment its version number, allowing you to access both the current and previous versions as needed.

DANGER

Our ingestion pipelines leverage AI to intelligently tag and enrich menu data with additional details. We’ve invested significant effort and curated extensive datasets to ensure high accuracy. However, for critical information such as allergens, we recommend your users always verify directly with the restaurant.

GET /v1/menus/:id

Fetches the specified menu.

Query Parameters

  • id: The menu id
bash
curl --location 'https://api.tastemaps.co.uk/v1/menus/57' \
--header 'Authorization: Bearer <TOKEN>'

Response

  • id: Id of the menu
  • restaurantId: GUID of the restaurant
  • name: The name of the menu as set by the restaurant
  • sourceUrl: The URL where you can find the source of our data
  • dateUpdated: The date when we imported this menu. (If this date is old it means there has not been a new version)
  • dateDeleted: The date the menu was replaced. This will be null on the latest menu versions
  • version: The version of this menu, the version will increase every time the restaurant makes changes
  • previousMenuVersionId: The ID of the previous menu. Useful to compare the differences
  • sections
    • id: The ID of the section
    • name: The name of the section as set by the restaurant
    • items: The menu items in the section
      • name: The name of the menu item as set by the restaurant
      • description: The description of the menu item as set by the restaurant
      • price: The price of the menu item as set by the restaurant. If the price is 0 then it is likely the menu does not list the price or the menu is a set menu, meaning you pay a set price and choose your courses
      • vegetarian: True if vegetarian, false otherwise (Always double check before ordering)
      • vegan: True if vegan, false otherwise. If an item is marked true as vegan, you can ignore the vegetarian flag (Always double check before ordering)
      • calories: The calories of the menu item. Smaller restaurants are not required to provide calories therefore our pipelines use AI to estimate a calorie value where appropriate
      • halal: True if halal, false otherwise (Always double check before ordering)
      • spicy: True if considered spicy, false otherwise. We do not differentiate between spice levels
      • allergens: Comma separated allergens in the dish. Our pipelines use AI to estimate allergens as a guideline where appropriate (Always check before ordering)
json
{
  "id": 57,
  "restaurantId": "1f7f94ff-8584-460c-5c98-08ddabeb4892",
  "name": "Sunday Menu",
  "sourceUrl": "https://thebellinnhaughton.co.uk/menus/",
  "dateUpdated": "2025-07-22T14:03:28.367338",
  "dateDeleted": null,
  "version": 1,
  "previousMenuVersionId": null,
  "sections": [
    {
      "id": 376,
      "name": "Starters",
      "items": [
        {
          "name": "Chef's Homemade Soup",
          "description": "served with a classic warm bread roll",
          "price": 5.5,
          "vegetarian": false,
          "vegan": false,
          "calories": 350,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, dairy"
        },
        {
          "name": "Brie Wedges",
          "description": "served with cranberry sauce and side salad",
          "price": 7.99,
          "vegetarian": true,
          "vegan": false,
          "calories": 750,
          "halal": false,
          "spicy": false,
          "allergens": " dairy, gluten, nuts (almonds or walnuts in salad), eggs (in dressing or batter)"
        },
        {
          "name": "Farmhouse Pâté",
          "description": "served with toasted bread, caramelized onion chutney and side salad",
          "price": 7.95,
          "vegetarian": false,
          "vegan": false,
          "calories": 720,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, soy, nuts"
        },
        {
          "name": "Crispy Breaded Mushrooms",
          "description": "served with garlic mayo and side salad",
          "price": 6.15,
          "vegetarian": true,
          "vegan": false,
          "calories": 450,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, eggs, soy, milk"
        },
        {
          "name": "Prawn Cocktail",
          "description": "served with a warm bread roll and butter",
          "price": 8.5,
          "vegetarian": false,
          "vegan": false,
          "calories": 350,
          "halal": false,
          "spicy": false,
          "allergens": "shellfish, wheat, milk"
        },
        {
          "name": "Southern Fried Goujons",
          "description": null,
          "price": 6.95,
          "vegetarian": false,
          "vegan": false,
          "calories": 450,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, eggs"
        }
      ]
    },
    {
      "id": 377,
      "name": "Sunday Roasts",
      "items": [
        {
          "name": "Roasted Topside Beef",
          "description": "served with a Yorkshire Pudding, Roast Potatoes, Honey Glazed Roast Parsnip, Pig in Blanket, Seasonal Vegetables, Gravy and a choice of Creamy Mash Potato or Baby Potatoes",
          "price": 13.25,
          "vegetarian": false,
          "vegan": false,
          "calories": 1200,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, eggs, milk, soy, wheat"
        },
        {
          "name": "Belly Pork Strip",
          "description": "served with a Yorkshire Pudding, Roast Potatoes, Honey Glazed Roast Parsnip, Pig in Blanket, Seasonal Vegetables, Gravy and a choice of Creamy Mash Potato or Baby Potatoes",
          "price": 12.25,
          "vegetarian": false,
          "vegan": false,
          "calories": 1200,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, milk, soy, sulphites"
        },
        {
          "name": "Roasted Turkey",
          "description": "served with a Yorkshire Pudding, Roast Potatoes, Honey Glazed Roast Parsnip, Pig in Blanket, Seasonal Vegetables, Gravy and a choice of Creamy Mash Potato or Baby Potatoes",
          "price": 12.15,
          "vegetarian": false,
          "vegan": false,
          "calories": 900,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, eggs, milk, soy, sulphites"
        },
        {
          "name": "Bigger Mixed Meat Roast",
          "description": "served with a Yorkshire Pudding, Roast Potatoes, Honey Glazed Roast Parsnip, Pig in Blanket, Seasonal Vegetables, Gravy and a choice of Creamy Mash Potato or Baby Potatoes",
          "price": 14.99,
          "vegetarian": false,
          "vegan": false,
          "calories": 1200,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, eggs, milk, soy, sulfites"
        }
      ]
    },
    {
      "id": 378,
      "name": "Vegetarian & Vegan Mains",
      "items": [
        {
          "name": "Plant Based Beef Roast",
          "description": "served with honey glazed roasted parsnip, roast potatoes, Yorkshire pudding, seasonal vegetables, and a choice of creamy mash potato or baby potatoes with gluten free vegan gravy",
          "price": 12.15,
          "vegetarian": true,
          "vegan": true,
          "calories": 850,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, soy"
        },
        {
          "name": "Vegetarian or Vegan Lasagne",
          "description": "served with side salad",
          "price": 12.5,
          "vegetarian": true,
          "vegan": true,
          "calories": 650,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, soy (if vegan cheese is used), dairy (if vegetarian cheese is used), nuts (if pesto is included in the recipe)"
        },
        {
          "name": "Panang Curry",
          "description": "served with chips, steamed rice and side salad",
          "price": 13.5,
          "vegetarian": true,
          "vegan": true,
          "calories": 800,
          "halal": false,
          "spicy": false,
          "allergens": "peanuts, soy, wheat"
        },
        {
          "name": "Vegetarian or Vegan Burger",
          "description": "served with chips, sliced tomato, fresh onion, mixed lettuce and battered onion rings, finished with melted cheese",
          "price": 12.5,
          "vegetarian": true,
          "vegan": true,
          "calories": 850,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, dairy"
        }
      ]
    },
    {
      "id": 379,
      "name": "Traditional Mains",
      "items": [
        {
          "name": "Slow Braised Lamb Shank",
          "description": "served with creamy mash potato and seasonal vegetables",
          "price": 19.99,
          "vegetarian": false,
          "vegan": false,
          "calories": 850,
          "halal": false,
          "spicy": false,
          "allergens": " dairy, soy"
        },
        {
          "name": "Ribeye",
          "description": "served with homemade chips, grilled tomato, grilled mushroom, battered onion rings and a side salad",
          "price": 23.95,
          "vegetarian": false,
          "vegan": false,
          "calories": 900,
          "halal": false,
          "spicy": false,
          "allergens": " gluten, soy"
        },
        {
          "name": "Beer Battered Cod",
          "description": "served with homemade chips, mushy peas and tartar sauce",
          "price": 13.99,
          "vegetarian": false,
          "vegan": false,
          "calories": 950,
          "halal": false,
          "spicy": false,
          "allergens": "fish, wheat, eggs, soy"
        },
        {
          "name": "Steak & Ale Pie",
          "description": "served with creamy mash, chips and seasonal vegetables",
          "price": 16.25,
          "vegetarian": false,
          "vegan": false,
          "calories": 950,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, dairy, soy"
        },
        {
          "name": "Surf & Turf",
          "description": "8oz rump, scampi, chips, grilled tomato, grilled mushroom, battered onion rings, tartare sauce and a side salad",
          "price": 23.95,
          "vegetarian": false,
          "vegan": false,
          "calories": 1200,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, shellfish, dairy, soy, eggs"
        },
        {
          "name": "Bacon & Cheese Burger",
          "description": "8oz homemade beef patty, chips, sliced tomato, fresh onion, mixed salad, battered onion rings & bacon, finished with melted cheese",
          "price": 16.25,
          "vegetarian": false,
          "vegan": false,
          "calories": 1200,
          "halal": false,
          "spicy": false,
          "allergens": "Gluten, Milk, Soy, Eggs"
        },
        {
          "name": "Chef's Homemade Beef Lasagne",
          "description": "served with a choice of garlic bread or cheesy garlic bread and a side salad",
          "price": 15.15,
          "vegetarian": false,
          "vegan": false,
          "calories": 950,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, milk, eggs"
        }
      ]
    },
    {
      "id": 380,
      "name": "Sides",
      "items": [
        {
          "name": "Pig in Blanket",
          "description": null,
          "price": 3.25,
          "vegetarian": false,
          "vegan": false,
          "calories": 320,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, dairy"
        },
        {
          "name": "Roast Potato",
          "description": null,
          "price": 3.25,
          "vegetarian": true,
          "vegan": true,
          "calories": 200,
          "halal": false,
          "spicy": false,
          "allergens": " -"
        },
        {
          "name": "Curly Fries",
          "description": null,
          "price": 3.75,
          "vegetarian": true,
          "vegan": true,
          "calories": 550,
          "halal": false,
          "spicy": false,
          "allergens": "Wheat, Soy"
        },
        {
          "name": "Cauliflower Cheese",
          "description": null,
          "price": 4.25,
          "vegetarian": true,
          "vegan": false,
          "calories": 350,
          "halal": false,
          "spicy": false,
          "allergens": " dairy"
        },
        {
          "name": "Cheesy Garlic Bread",
          "description": null,
          "price": 3.99,
          "vegetarian": true,
          "vegan": false,
          "calories": 410,
          "halal": false,
          "spicy": false,
          "allergens": "Wheat, Milk"
        },
        {
          "name": "Cheesy Chips",
          "description": null,
          "price": 4.15,
          "vegetarian": true,
          "vegan": false,
          "calories": 850,
          "halal": false,
          "spicy": false,
          "allergens": " dairy, gluten"
        },
        {
          "name": "Chips",
          "description": null,
          "price": 3.85,
          "vegetarian": true,
          "vegan": true,
          "calories": 570,
          "halal": false,
          "spicy": false,
          "allergens": "gluten"
        }
      ]
    },
    {
      "id": 381,
      "name": "Children's Menu",
      "items": [
        {
          "name": "Chicken Nuggets",
          "description": "served with a choice of 2 of the following options: Chips, Creamy Mash, Gravy, Baked Beans or Green Peas",
          "price": 5.99,
          "vegetarian": false,
          "vegan": false,
          "calories": 650,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, soy, milk"
        },
        {
          "name": "Sausage & Mash",
          "description": "served with a choice of 2 of the following options: Chips, Creamy Mash, Gravy, Baked Beans or Green Peas",
          "price": 5.99,
          "vegetarian": false,
          "vegan": false,
          "calories": 900,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, milk, soybeans"
        },
        {
          "name": "Cheeseburger",
          "description": "served with a choice of 2 of the following options: Chips, Creamy Mash, Gravy, Baked Beans or Green Peas",
          "price": 5.99,
          "vegetarian": false,
          "vegan": false,
          "calories": 850,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, milk, soy, eggs"
        },
        {
          "name": "Fish Fingers",
          "description": "served with a choice of 2 of the following options: Chips, Creamy Mash, Gravy, Baked Beans or Green Peas",
          "price": 5.99,
          "vegetarian": false,
          "vegan": false,
          "calories": 750,
          "halal": false,
          "spicy": false,
          "allergens": "fish, wheat, milk, soy"
        },
        {
          "name": "Chicken Burger",
          "description": "served with a choice of 2 of the following options: Chips, Creamy Mash, Gravy, Baked Beans or Green Peas",
          "price": 5.99,
          "vegetarian": false,
          "vegan": false,
          "calories": 750,
          "halal": false,
          "spicy": false,
          "allergens": "gluten, eggs, milk, soy"
        }
      ]
    }
  ]
}

Fetches active menus whose names or section titles include the specified keyword, making it ideal for users exploring general categories such as “Breakfast”, “Brunch”, or “Vegan”.

Query Parameters

  • search: The search term
bash
curl --location 'https://api.tastemaps.co.uk/v1/menus?search=vegan' \
--header 'Authorization: Bearer <TOKEN>

Response

  • restaurantId: GUID of the restaurant
  • restaurantName: Name of the restaurant
  • menuId: ID of the menu
  • menuName: Name of the menu
  • section: Name of the section in the menu
json
[
  {
    "restaurantId": "1f7f94ff-8584-460c-5c98-08ddabeb4892",
    "restaurantName": "Bell Inn",
    "menuId": 57,
    "menuName": "Sunday Menu",
    "section": "Vegetarian & Vegan Mains"
  },
  {
    "restaurantId": "1f7f94ff-8584-460c-5c98-08ddabeb4892",
    "restaurantName": "Bell Inn",
    "menuId": 58,
    "menuName": "Main Menu",
    "section": "Vegetarian & Vegan Mains"
  },
  {
    "restaurantId": "bade7599-ba83-4c2c-5c3b-08ddabeb4892",
    "restaurantName": "Bengal Lounge",
    "menuId": 114,
    "menuName": "Takeaway Menu",
    "section": "Vegan and Vegetarian Starters"
  },
  {
    "restaurantId": "bade7599-ba83-4c2c-5c3b-08ddabeb4892",
    "restaurantName": "Bengal Lounge",
    "menuId": 114,
    "menuName": "Takeaway Menu",
    "section": "Vegan and Vegetarian Special"
  },
  {
    "restaurantId": "bade7599-ba83-4c2c-5c3b-08ddabeb4892",
    "restaurantName": "Bengal Lounge",
    "menuId": 114,
    "menuName": "Takeaway Menu",
    "section": "Vegetarian or Vegan Dishes"
  },
  {
    "restaurantId": "6b8f414d-33ee-43a4-5c27-08ddabeb4892",
    "restaurantName": "The Island Restaurant Stafford",
    "menuId": 156,
    "menuName": "A La Carte Menu",
    "section": "VEGAN CHOICE"
  },
  {
    "restaurantId": "6b8f414d-33ee-43a4-5c27-08ddabeb4892",
    "restaurantName": "The Island Restaurant Stafford",
    "menuId": 157,
    "menuName": "Takeaway Menu",
    "section": "VEGAN CHOICE"
  },
  {
    "restaurantId": "1e91d336-8a55-416a-5c8a-08ddabeb4892",
    "restaurantName": "The Navigation Inn",
    "menuId": 180,
    "menuName": "Sunday Menu",
    "section": "Vegetarian & Vegan Mains"
  },
  {
    "restaurantId": "1e91d336-8a55-416a-5c8a-08ddabeb4892",
    "restaurantName": "The Navigation Inn",
    "menuId": 185,
    "menuName": "Main & Kids Menu",
    "section": "Vegetarian & Vegan Mains"
  },
  {
    "restaurantId": "8d9267e6-2abb-4ac0-5c86-08ddabeb4892",
    "restaurantName": "The Hartley Arms",
    "menuId": 346,
    "menuName": "Main Menu",
    "section": "VEGETARIAN & VEGAN"
  },
  {
    "restaurantId": "172ac707-c7b0-4ad9-5c33-08ddabeb4892",
    "restaurantName": "La Casa Italian",
    "menuId": 51,
    "menuName": "Vegan Menu",
    "section": null
  },
  {
    "restaurantId": "7370b8f1-80d4-43e0-5c20-08ddabeb4892",
    "restaurantName": "Orangery Restaurant at The Moat House",
    "menuId": 73,
    "menuName": "Vegetarian and Vegan Menu",
    "section": null
  },
  {
    "restaurantId": "dd95328d-e59c-4b15-5c26-08ddabeb4892",
    "restaurantName": "The Old Smithy",
    "menuId": 197,
    "menuName": "Vegetarian & Vegan Menu",
    "section": null
  },
  {
    "restaurantId": "a74313f4-f37e-4d21-5c57-08ddabeb4892",
    "restaurantName": "The Yard Stafford",
    "menuId": 281,
    "menuName": "Veggie and Vegan Menu",
    "section": null
  },
  {
    "restaurantId": "6189bf9f-0cde-4062-5c5f-08ddabeb4892",
    "restaurantName": "Saracens Head",
    "menuId": 335,
    "menuName": "Vegan Menu",
    "section": null
  }
]

Fetches details of menu items you searched for plus the restaurant, menu and section they belong to.

Query Parameters

  • search: The search term
bash
curl --location 'https://api.tastemaps.co.uk/v1/menus/items?search=chicken%20burger' \
--header 'Authorization: Bearer <TOKEN>'

Response

  • restaurantId: GUID of the restaurant
  • restaurantName: Name of the restaurant
  • menuId: ID of the menu
  • menuName: Name of the menu
  • section: Name of the section in the menu
  • menuItem
    • name: The name of the menu item as set by the restaurant
    • description: The description of the menu item as set by the restaurant
    • price: The price of the menu item as set by the restaurant. If the price is 0 then it is likely the menu does not list the price or the menu is a set menu, meaning you pay a set price and choose your courses
    • vegetarian: True if vegetarian, false otherwise (Always double check before ordering)
    • vegan: True if vegan, false otherwise. If an item is marked true as vegan, you can ignore the vegetarian flag (Always double check before ordering)
    • calories: The calories of the menu item. Smaller restaurants are not required to provide calories therefore our pipelines use AI to estimate a calorie value where appropriate
    • halal: True if halal, false otherwise (Always double check before ordering)
    • spicy: True if considered spicy, false otherwise. We do not differentiate between spice levels
    • allergens: Comma separated allergens in the dish. Our pipelines use AI to estimate allergens as a guideline where appropriate (Always check before ordering)
json
[
  {
    "restaurantName": "The Post House Bar & Grill",
    "restaurantId": "91424aff-e57a-4657-5c2e-08ddabeb4892",
    "menuName": "Post House Main",
    "menuId": 27,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "Buttermilk chicken burger",
      "description": "on a brioche bun with Swiss cheese, smoked BBQ sauce, streaky bacon, crispy onions, baby gem lettuce, skin on fries and Asian string coleslaw",
      "price": 20,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, soy, mustard"
    }
  },
  {
    "restaurantName": "Barley Mow Pub & Grill",
    "restaurantId": "08cac752-c85a-4d3e-5c51-08ddabeb4892",
    "menuName": "Sunday Menu",
    "menuId": 34,
    "sectionName": "Burgers",
    "menuItem": {
      "name": "Crispy Chicken Burger",
      "description": "Crispy buttermilk chicken topped with cheese and smoked streaky bacon in a seeded brioche style bun with shredded lettuce, red onion, tomato and mayonnaise. Served with rosemary salted skin-on fries",
      "price": 12.45,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy, mustard"
    }
  },
  {
    "restaurantName": "Bell Inn",
    "restaurantId": "1f7f94ff-8584-460c-5c98-08ddabeb4892",
    "menuName": "Lunch Menu",
    "menuId": 38,
    "sectionName": "Mains",
    "menuItem": {
      "name": "Chicken Burger",
      "description": "with chips and coleslaw",
      "price": 0,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy"
    }
  },
  {
    "restaurantName": "Bell Inn",
    "restaurantId": "1f7f94ff-8584-460c-5c98-08ddabeb4892",
    "menuName": "Sunday Menu",
    "menuId": 57,
    "sectionName": "Children's Menu",
    "menuItem": {
      "name": "Chicken Burger",
      "description": "served with a choice of 2 of the following options: Chips, Creamy Mash, Gravy, Baked Beans or Green Peas",
      "price": 5.99,
      "vegetarian": false,
      "vegan": false,
      "calories": 800,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy"
    }
  },
  {
    "restaurantName": "Bell Inn",
    "restaurantId": "1f7f94ff-8584-460c-5c98-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 58,
    "sectionName": "Burger Counter",
    "menuItem": {
      "name": "Peri Peri Chicken Burger",
      "description": "grilled chicken breast marinated with peri peri sauce, served with chips, coleslaw, sliced tomato, mixed lettuce, fresh onion and battered onion rings",
      "price": 12.25,
      "vegetarian": false,
      "vegan": false,
      "calories": 890,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, soy, dairy, eggs"
    }
  },
  {
    "restaurantName": "Bell Inn",
    "restaurantId": "1f7f94ff-8584-460c-5c98-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 58,
    "sectionName": "Kid's Menu Mains",
    "menuItem": {
      "name": "Chicken Burger",
      "description": "All of the above are served with a choice of 2 options: chips, creamy mash, baked beans, carrots & green peas, gravy",
      "price": 5.99,
      "vegetarian": false,
      "vegan": false,
      "calories": 800,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, soy"
    }
  },
  {
    "restaurantName": "Canalside Farm, Shop & Cafe",
    "restaurantId": "8a270157-505b-4cf9-5c6e-08ddabeb4892",
    "menuName": "Cafe",
    "menuId": 45,
    "sectionName": "LUNCH",
    "menuItem": {
      "name": "HUNTER'S CHICKEN BURGER",
      "description": "Crispy chicken topped with bacon, cheese & BBQ sauce in a homemade bun with shredded iceberg, tomato & onion, served with chunky chips.",
      "price": 14.95,
      "vegetarian": false,
      "vegan": false,
      "calories": 920,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs"
    }
  },
  {
    "restaurantName": "Dog & Doublet Inn",
    "restaurantId": "be8be152-1d83-40d9-5c28-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 46,
    "sectionName": "Burgers & Grill",
    "menuItem": {
      "name": "Jerk chicken burger, mango jam, jerk mayo, applewood smoked cheddar, dill pickle, shredded lettuce, lime & cabbage coleslaw, French fries",
      "description": null,
      "price": 18.5,
      "vegetarian": false,
      "vegan": false,
      "calories": 940,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, dairy, eggs, soy"
    }
  },
  {
    "restaurantName": "Hickory's Smokehouse Stafford",
    "restaurantId": "5d62892f-63ed-4e7a-5c2d-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 59,
    "sectionName": "Burgers",
    "menuItem": {
      "name": "Go Big or Go Home",
      "description": "Three toasted buns, two prime-beef patties, a Southern fried chicken fillet, streaky bacon, magic-dusted pork collar, a hash brown & three slices of American style cheese. Plus lettuce, tomatoes, pickled red onions, pickles & Hickory's burger sauce",
      "price": 23,
      "vegetarian": false,
      "vegan": false,
      "calories": 1300,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy, mustard"
    }
  },
  {
    "restaurantName": "Junction Inn",
    "restaurantId": "f3e1087c-4fbb-4579-5c92-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 60,
    "sectionName": "Burgers",
    "menuItem": {
      "name": "Chicken Burger",
      "description": "Fresh chargrilled chicken breast - add hot sauce for £1",
      "price": 15.95,
      "vegetarian": false,
      "vegan": false,
      "calories": 650,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, soy"
    }
  },
  {
    "restaurantName": "Morrisons Cafe",
    "restaurantId": "0ec7290a-7391-4903-5c9c-08ddabeb4892",
    "menuName": "Cafe Menu",
    "menuId": 64,
    "sectionName": "THE LIGHT BITES",
    "menuItem": {
      "name": "Birds Eye Chicken Shop Burger",
      "description": "In a bread roll with mayo, side salad and chips",
      "price": 7.5,
      "vegetarian": false,
      "vegan": false,
      "calories": 920,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy, wheat"
    }
  },
  {
    "restaurantName": "Saracens Head",
    "restaurantId": "6189bf9f-0cde-4062-5c5f-08ddabeb4892",
    "menuName": "A La Carte Menu",
    "menuId": 80,
    "sectionName": "GRILL",
    "menuItem": {
      "name": "Buttermilk Chicken Burger",
      "description": "*brioche bun, sriracha mayonnaise, monterey jack cheese, chimichurri slaw, fries",
      "price": 17.95,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy, mustard"
    }
  },
  {
    "restaurantName": "Saracens Head",
    "restaurantId": "6189bf9f-0cde-4062-5c5f-08ddabeb4892",
    "menuName": "Burger Night Menu",
    "menuId": 86,
    "sectionName": "Burgers",
    "menuItem": {
      "name": "Tandoori Burger",
      "description": "tandoori marinated chicken burger, tzatziki, mango chutney, micro coriander",
      "price": 0,
      "vegetarian": false,
      "vegan": false,
      "calories": 750,
      "halal": true,
      "spicy": true,
      "allergens": " dairy, wheat"
    }
  },
  {
    "restaurantName": "Seven Stars",
    "restaurantId": "08de06e9-3b5e-49a1-5c50-08ddabeb4892",
    "menuName": "Kids Menu",
    "menuId": 96,
    "sectionName": "SUPER BURGERS",
    "menuItem": {
      "name": "Little Rooster",
      "description": "buttermilk fried chicken burger, lettuce, tomato, crispy maple bacon, bacon mayonnaise in a brioche bun served with skin on fries",
      "price": 9,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy, mustard"
    }
  },
  {
    "restaurantName": "Nando's Stafford",
    "restaurantId": "15a0e6e0-6499-4d90-5c45-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 65,
    "sectionName": "Burgers, Pittas, Wraps",
    "menuItem": {
      "name": "The Chickle Burger",
      "description": "AKA Cheesy Chickle Burger. Chicken, meet pickle. And cheese. Chicken breast grilled in your favourite spice and covered with melted cheddar cheese, served in our rustic Portuguese roll with PERi-tomato relish, Garlic PERinaise, lettuce and herby pickles.",
      "price": 9.25,
      "vegetarian": false,
      "vegan": false,
      "calories": 700,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs"
    }
  },
  {
    "restaurantName": "The Bank House",
    "restaurantId": "269b6e7d-ada4-4b00-5c63-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 109,
    "sectionName": "Main Courses",
    "menuItem": {
      "name": "Sriracha Buttermilk Chicken Burger",
      "description": "Crispy battered sriracha chicken thighs topped with a rich blue cheese mayo on a bed of salad served on a brioche bun with cajun seasoned fries and coleslaw",
      "price": 17.5,
      "vegetarian": false,
      "vegan": false,
      "calories": 1200,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, eggs, milk, soy, mustard"
    }
  },
  {
    "restaurantName": "Barley Mow Pub & Grill",
    "restaurantId": "08cac752-c85a-4d3e-5c51-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 35,
    "sectionName": "Burgers",
    "menuItem": {
      "name": "Crispy Chicken Burger",
      "description": "Crispy buttermilk chicken topped with cheese and smoked streaky bacon. Served in a seeded brioche style bun with shredded lettuce, red onion, tomato and mayonnaise. Served with rosemary salted skin-on fries",
      "price": 12.45,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, soy"
    }
  },
  {
    "restaurantName": "Bridge Inn",
    "restaurantId": "989c6724-53a5-4a04-5c80-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 122,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "Katsu Chicken Burger",
      "description": "A crispy Southern-fried chicken fillet with shredded iceberg lettuce, topped with a katsu curry sauce and chopped spring onion in a seeded bun. Served with skin-on fries and more katsu sauce for dipping.",
      "price": 13.29,
      "vegetarian": false,
      "vegan": false,
      "calories": 1200,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy, milk, sesame"
    }
  },
  {
    "restaurantName": "Ali's Stafford",
    "restaurantId": "d7969eb3-0ca3-4158-5c4a-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 128,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "Chicken Burger",
      "description": "",
      "price": 4.2,
      "vegetarian": false,
      "vegan": false,
      "calories": 700,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy"
    }
  },
  {
    "restaurantName": "The Cock Inn",
    "restaurantId": "8b811c0d-46eb-4904-5c90-08ddabeb4892",
    "menuName": "Takeaway Menu",
    "menuId": 146,
    "sectionName": "TAKE AWAY CLASSICS",
    "menuItem": {
      "name": "Chicken Burger",
      "description": "Chicken fillet served in a brioche bun with salad and chips",
      "price": 9.5,
      "vegetarian": false,
      "vegan": false,
      "calories": 650,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy"
    }
  },
  {
    "restaurantName": "The Cock Inn",
    "restaurantId": "8b811c0d-46eb-4904-5c90-08ddabeb4892",
    "menuName": "Tuesday Grill Night Menu",
    "menuId": 148,
    "sectionName": "MAIN COURSE",
    "menuItem": {
      "name": "Cajun Chicken Burger",
      "description": "in a brioche bun with hand cut chips, salad garnish and salsa",
      "price": 0,
      "vegetarian": false,
      "vegan": false,
      "calories": 850,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, eggs, milk, soy"
    }
  },
  {
    "restaurantName": "The Kings Arms Hotel",
    "restaurantId": "b01160ae-2c4b-49b2-5c94-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 161,
    "sectionName": "PUB FAVOURITES",
    "menuItem": {
      "name": "THE CLASSIC BURGER",
      "description": "choose from 8oz beef patty or crispy chicken: with lettuce, tomato, burger sauce, seeded bun, swiss cheese, fries & slaw",
      "price": 17,
      "vegetarian": false,
      "vegan": false,
      "calories": 900,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy"
    }
  },
  {
    "restaurantName": "The Kings Arms Hotel",
    "restaurantId": "b01160ae-2c4b-49b2-5c94-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 161,
    "sectionName": "DIRTY BURGERS",
    "menuItem": {
      "name": "CAN'T BELIEVE ITS NOT BUTTER",
      "description": "tikka marinated crispy chicken burger, topped with creamy butter sauce with indian slaw",
      "price": 19,
      "vegetarian": false,
      "vegan": false,
      "calories": 850,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, soy"
    }
  },
  {
    "restaurantName": "The Lesters Arms",
    "restaurantId": "18247562-f41a-473c-5c72-08ddabeb4892",
    "menuName": "Summer Breeze Menu",
    "menuId": 166,
    "sectionName": "BURGERS AND MORE",
    "menuItem": {
      "name": "Cajun spiced chicken and slaw burger",
      "description": "Toasted Brioche bun, gem lettuce, paprika mayo, burger sauce, gherkin, fries",
      "price": 19,
      "vegetarian": false,
      "vegan": false,
      "calories": 850,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, eggs, soy, milk, mustard"
    }
  },
  {
    "restaurantName": "The Navigation Inn",
    "restaurantId": "1e91d336-8a55-416a-5c8a-08ddabeb4892",
    "menuName": "Lunch Menu",
    "menuId": 177,
    "sectionName": "Mains",
    "menuItem": {
      "name": "Chicken Burger",
      "description": "with chips and coleslaw",
      "price": 0,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy, milk"
    }
  },
  {
    "restaurantName": "The Navigation Inn",
    "restaurantId": "1e91d336-8a55-416a-5c8a-08ddabeb4892",
    "menuName": "Sunday Menu",
    "menuId": 180,
    "sectionName": "Children's Menu",
    "menuItem": {
      "name": "Chicken Burger",
      "description": "served with a choice of 2 of the following options: Chips, Creamy Mash, Gravy, Baked Beans or Green Peas",
      "price": 6.99,
      "vegetarian": false,
      "vegan": false,
      "calories": 900,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, soy"
    }
  },
  {
    "restaurantName": "The Navigation Inn",
    "restaurantId": "1e91d336-8a55-416a-5c8a-08ddabeb4892",
    "menuName": "Main & Kids Menu",
    "menuId": 185,
    "sectionName": "Kid's Menu - Mains",
    "menuItem": {
      "name": "Chicken Burger",
      "description": "All of the above are served with a choice of 2 options: Chips, Creamy Mash, Baked Beans, Carrots & Green Peas, Gravy.",
      "price": 6.99,
      "vegetarian": false,
      "vegan": false,
      "calories": 700,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, soy, eggs"
    }
  },
  {
    "restaurantName": "The Navigation Inn",
    "restaurantId": "1e91d336-8a55-416a-5c8a-08ddabeb4892",
    "menuName": "Main & Kids Menu",
    "menuId": 185,
    "sectionName": "Burger Counter",
    "menuItem": {
      "name": "Peri Peri Chicken Burger",
      "description": "grilled chicken breast marinated with peri peri sauce, served with chips, coleslaw, sliced tomato, mixed lettuce, fresh chips and battered onion rings",
      "price": 12.8,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, eggs, soy"
    }
  },
  {
    "restaurantName": "The Oakley Arms",
    "restaurantId": "8d4e1d26-6728-46d3-5c77-08ddabeb4892",
    "menuName": "Burger Week 18th-23rd August Menu",
    "menuId": 193,
    "sectionName": "Mains",
    "menuItem": {
      "name": "Bombay buttermilk chicken burger, onion bhaji, mature cheddar, spicy mango, mint yogurt, fries",
      "description": null,
      "price": 16.95,
      "vegetarian": false,
      "vegan": false,
      "calories": 1200,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, milk, eggs"
    }
  },
  {
    "restaurantName": "The Royal Oak",
    "restaurantId": "517fc747-4a67-4469-5c97-08ddabeb4892",
    "menuName": "Monday - Saturday Menu",
    "menuId": 208,
    "sectionName": "House Specials",
    "menuItem": {
      "name": "Big Ol' Oak Tray",
      "description": "4oz House Burger, Pulled Pork Loaded Fries, Slaw, Dipping Gravy, Caesar Salad, Buffalo Chicken Tenders",
      "price": 22,
      "vegetarian": false,
      "vegan": false,
      "calories": 1500,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, soy, mustard"
    }
  },
  {
    "restaurantName": "The Oakley Arms",
    "restaurantId": "8d4e1d26-6728-46d3-5c77-08ddabeb4892",
    "menuName": "Sunday Menu",
    "menuId": 212,
    "sectionName": "Mains and Light Bites",
    "menuItem": {
      "name": "Southern fried chicken burger",
      "description": "smashed avocado, smoked streak bacon, Monterey Jack, bbq sauce, fries",
      "price": 16.95,
      "vegetarian": false,
      "vegan": false,
      "calories": 1250,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, soy"
    }
  },
  {
    "restaurantName": "Catch Corner - Pub & Grill",
    "restaurantId": "c183e8f3-1de1-4c10-5c58-08ddabeb4892",
    "menuName": "Lunch Menu",
    "menuId": 216,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "Buttermilk Chicken Burger",
      "description": "Served in a seeded brioche style bun with shredded lettuce, red onion, tomato and mayo. Served with rosemary salted skin-on-fries",
      "price": 0,
      "vegetarian": false,
      "vegan": false,
      "calories": 890,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy"
    }
  },
  {
    "restaurantName": "Clifford Arms",
    "restaurantId": "c28196aa-bbc9-4017-5c66-08ddabeb4892",
    "menuName": "Lunch No-Gluten Containing Menu",
    "menuId": 222,
    "sectionName": "The Main Event",
    "menuItem": {
      "name": "Char-Grilled Chicken Burger",
      "description": "With shredded lettuce, tomato, red onion and mayonnaise. Served in a seeded no-gluten containing bun with a dressed house salad",
      "price": 0,
      "vegetarian": false,
      "vegan": false,
      "calories": 520,
      "halal": false,
      "spicy": false,
      "allergens": "eggs, mustard"
    }
  },
  {
    "restaurantName": "Catch Corner - Pub & Grill",
    "restaurantId": "c183e8f3-1de1-4c10-5c58-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 224,
    "sectionName": "Our Best Burgers",
    "menuItem": {
      "name": "Crispy Honey Chicken Burger",
      "description": "Hand-battered chicken breast drizzled in our spiced hot honey, slaw, Monterey Jack cheese and pickles",
      "price": 14.99,
      "vegetarian": false,
      "vegan": false,
      "calories": 750,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, dairy, eggs"
    }
  },
  {
    "restaurantName": "Clifford Arms",
    "restaurantId": "c28196aa-bbc9-4017-5c66-08ddabeb4892",
    "menuName": "No-Gluten Containing Main Menu",
    "menuId": 226,
    "sectionName": "OUR BEST BURGERS",
    "menuItem": {
      "name": "HONEY CHICKEN BURGER",
      "description": "Char-grilled chicken breast drizzled in our spiced hot honey, slaw, Monterey Jack cheese and pickles",
      "price": 14.99,
      "vegetarian": false,
      "vegan": false,
      "calories": 680,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, dairy, eggs, soy"
    }
  },
  {
    "restaurantName": "Seven Stars",
    "restaurantId": "08de06e9-3b5e-49a1-5c50-08ddabeb4892",
    "menuName": "Bottomless Brunch Menu",
    "menuId": 234,
    "sectionName": "MAINS",
    "menuItem": {
      "name": "Crispy fried chicken burger",
      "description": "with mango habanero sauce, spicy mayo, cave aged cheddar, jalapeño, tomato, and kimchi in a soft seeded brioche bun with skin on fries",
      "price": 35,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, dairy, eggs, soy, sesame"
    }
  },
  {
    "restaurantName": "Seven Stars",
    "restaurantId": "08de06e9-3b5e-49a1-5c50-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 235,
    "sectionName": "Mains",
    "menuItem": {
      "name": "Crispy Fried Chicken Burger",
      "description": "with mango habanero sauce, spicy mayo, cave-aged Cheddar, jalapeño, tomato, and kimchi in a soft seeded brioche bun with skin on fries",
      "price": 18.45,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, dairy, soy, eggs, sesame, mustard"
    }
  },
  {
    "restaurantName": "The Shire Horse",
    "restaurantId": "9416990b-f3e2-4d2b-5c2b-08ddabeb4892",
    "menuName": "No-Gluten Containing Main Menu",
    "menuId": 250,
    "sectionName": "Steaks & Burgers",
    "menuItem": {
      "name": "Grilled Chicken Burger",
      "description": "Chicken fillet, smoked bacon, Blackstone Vintage Cheddar and roasted garlic mayonnaise. Served with spicy mayo",
      "price": 16.25,
      "vegetarian": false,
      "vegan": false,
      "calories": 850,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, soy"
    }
  },
  {
    "restaurantName": "The Swan at Whiston",
    "restaurantId": "55146811-b3e0-4d36-5c76-08ddabeb4892",
    "menuName": "Evening Menu",
    "menuId": 257,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "Homemade Battered Chicken Breast Burger",
      "description": null,
      "price": 14.95,
      "vegetarian": false,
      "vegan": false,
      "calories": 700,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy"
    }
  },
  {
    "restaurantName": "The Shire Horse",
    "restaurantId": "9416990b-f3e2-4d2b-5c2b-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 264,
    "sectionName": "Burgers",
    "menuItem": {
      "name": "Crispy Chicken Burger",
      "description": "Rosemary chicken fillet, smoked bacon, Blackstone Vintage Cheddar Cheese, sticky bacon & ale jam and roasted garlic mayonnaise. Served with spicy mayo",
      "price": 16.25,
      "vegetarian": false,
      "vegan": false,
      "calories": 850,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, dairy, eggs, soy"
    }
  },
  {
    "restaurantName": "The Swan at Whiston",
    "restaurantId": "55146811-b3e0-4d36-5c76-08ddabeb4892",
    "menuName": "Sunday Lunch Menu",
    "menuId": 273,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "Homemade Battered Chicken Breast Burger",
      "description": null,
      "price": 14.95,
      "vegetarian": false,
      "vegan": false,
      "calories": 750,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy"
    }
  },
  {
    "restaurantName": "The Yard Stafford",
    "restaurantId": "a74313f4-f37e-4d21-5c57-08ddabeb4892",
    "menuName": "Twosome Treat Menu",
    "menuId": 278,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "The Chicken Melt",
      "description": "Crispy coated chicken burger with smoked streaky bacon, burger cheese and mayo. All burgers come in a soft glazed bun with lettuce, onion and gherkin, with skin-on fries.",
      "price": 0,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy, mustard"
    }
  },
  {
    "restaurantName": "The Yard Stafford",
    "restaurantId": "a74313f4-f37e-4d21-5c57-08ddabeb4892",
    "menuName": "Kids Menu",
    "menuId": 279,
    "sectionName": "KIDS' PICK'N'MIX MEAL - STEP 1: CHOOSE YOUR MAIN",
    "menuItem": {
      "name": "Chicken Breast Burger",
      "description": "With lettuce",
      "price": 6,
      "vegetarian": false,
      "vegan": false,
      "calories": 550,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs"
    }
  },
  {
    "restaurantName": "The Yard Stafford",
    "restaurantId": "a74313f4-f37e-4d21-5c57-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 283,
    "sectionName": "Proper Good Burgers - Chicken",
    "menuItem": {
      "name": "The Chicken Melt",
      "description": "Crispy coated chicken burger with smoked streaky bacon, burger cheese and mayo. All burgers come in a soft glazed bun with lettuce, onion and gherkin, dished up with a side of skin-on fries",
      "price": 10.5,
      "vegetarian": false,
      "vegan": false,
      "calories": 920,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy, mustard"
    }
  },
  {
    "restaurantName": "Timmys Stafford",
    "restaurantId": "e3b84bc6-9eba-46ca-5c34-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 285,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "Chicken Fillet Burger",
      "description": "",
      "price": 4.8,
      "vegetarian": false,
      "vegan": false,
      "calories": 700,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy, milk"
    }
  },
  {
    "restaurantName": "Timmys Stafford",
    "restaurantId": "e3b84bc6-9eba-46ca-5c34-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 285,
    "sectionName": "SAVERS CORNER",
    "menuItem": {
      "name": "Chick Saver Meal",
      "description": "One single chicken steak burger, lettuce & mayo, served in a sesame seeded bun",
      "price": 5,
      "vegetarian": false,
      "vegan": false,
      "calories": 620,
      "halal": false,
      "spicy": false,
      "allergens": "sesame, eggs, wheat, soy"
    }
  },
  {
    "restaurantName": "Verso Lounge",
    "restaurantId": "fa834e2b-b36a-4d21-5c24-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 288,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "Chicken, Bacon & Avocado Burger",
      "description": "Grilled herby chicken, smoked streaky bacon, avocado, lettuce, tomato, red onion, roasted garlic mayo and burger sauce",
      "price": 13.95,
      "vegetarian": false,
      "vegan": false,
      "calories": 700,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy, mustard"
    }
  },
  {
    "restaurantName": "Woolpack",
    "restaurantId": "cb0fe9b7-bf93-4459-5c68-08ddabeb4892",
    "menuName": "Grazers Menu",
    "menuId": 298,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "The Ultimate Southern-Fried Chicken Burger",
      "description": "A crispy Southern-fried chicken fillet topped with crispy bacon, hash browns, American-style cheesy slices, BBQ sauce and shredded iceberg lettuce in a seeded bun. Served with skin-on fries, a dip pot of burger sauce and chicken gravy for dipping.",
      "price": 14.79,
      "vegetarian": false,
      "vegan": false,
      "calories": 1200,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, soy, mustard"
    }
  },
  {
    "restaurantName": "Woolpack",
    "restaurantId": "cb0fe9b7-bf93-4459-5c68-08ddabeb4892",
    "menuName": "Kids Menu",
    "menuId": 299,
    "sectionName": "UNDER 5'S MAINS BUILD YOUR OWN",
    "menuItem": {
      "name": "Burger Bar - Chicken Burger",
      "description": "A lightly toasted burger bun with iceberg lettuce with your choice of Chicken Burger",
      "price": 5.29,
      "vegetarian": false,
      "vegan": false,
      "calories": 650,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, soy"
    }
  },
  {
    "restaurantName": "Woolpack",
    "restaurantId": "cb0fe9b7-bf93-4459-5c68-08ddabeb4892",
    "menuName": "Kids Menu",
    "menuId": 299,
    "sectionName": "OVER 5'S MAINS",
    "menuItem": {
      "name": "BBQ Chicken Burger",
      "description": "Crispy chicken fillets in a buttermilk coating topped with an American-style cheesy slice and BBQ sauce, with lettuce in a seeded bun. Served with fries and burger sauce.",
      "price": 6.79,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, milk, eggs, soy"
    }
  },
  {
    "restaurantName": "Woolpack",
    "restaurantId": "cb0fe9b7-bf93-4459-5c68-08ddabeb4892",
    "menuName": "Weekly Offers Menu",
    "menuId": 304,
    "sectionName": "Burger + Drink (Every Tuesday)",
    "menuItem": {
      "name": "Ultimate Southern-Fried Chicken Burger",
      "description": null,
      "price": 0,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, milk, soy"
    }
  },
  {
    "restaurantName": "Woolpack",
    "restaurantId": "cb0fe9b7-bf93-4459-5c68-08ddabeb4892",
    "menuName": "Festive Menu",
    "menuId": 310,
    "sectionName": "Mains",
    "menuItem": {
      "name": "Festive Beef Burger",
      "description": "Two beef patties, layered with melted Brie, shredded chicken in a BBQ cranberry sauce, on iceberg lettuce, served in a toasted bun. Topped with a pig in blanket and pork stuffing, served with skin-on fries and a burger sauce dip.",
      "price": 0,
      "vegetarian": false,
      "vegan": false,
      "calories": 1200,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, soy, eggs"
    }
  },
  {
    "restaurantName": "Woolpack",
    "restaurantId": "cb0fe9b7-bf93-4459-5c68-08ddabeb4892",
    "menuName": "Festive Menu",
    "menuId": 310,
    "sectionName": "Kids Festive Menu - Mains",
    "menuItem": {
      "name": "Festive Beef Burger",
      "description": "A beef patty, layered with an American-style cheesy slice, shredded chicken in a BBQ cranberry sauce, on iceberg lettuce, served in a toasted bun. Topped with a pig in blanket and pork stuffing. Served with skin-on fries and a burger sauce dip.",
      "price": 0,
      "vegetarian": false,
      "vegan": false,
      "calories": 1200,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, soy, eggs, mustard"
    }
  },
  {
    "restaurantName": "Woolpack",
    "restaurantId": "cb0fe9b7-bf93-4459-5c68-08ddabeb4892",
    "menuName": "Sunday Menu",
    "menuId": 315,
    "sectionName": "BURGERS",
    "menuItem": {
      "name": "The Ultimate Southern-Fried Chicken Burger",
      "description": "A crispy Southern-fried chicken fillet topped with crispy bacon, hash browns, American-style cheesy slices, BBQ sauce and shredded iceberg lettuce in a seeded bun. Served with skin-on fries, a dip pot of burger sauce and chicken gravy for dipping.",
      "price": 14.79,
      "vegetarian": false,
      "vegan": false,
      "calories": 1200,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, soy, mustard"
    }
  },
  {
    "restaurantName": "The Rag",
    "restaurantId": "e93b659c-ef53-491c-5c9b-08ddabeb4892",
    "menuName": "A La Carte Menu",
    "menuId": 325,
    "sectionName": "Burgers",
    "menuItem": {
      "name": "Buttermilk Chicken Burger",
      "description": "Panko coated buttermilk chicken burger served with a honey & mustard sauce, smoked bacon, caramelised onion & cheese served with home-made chips",
      "price": 16,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, mustard, soy"
    }
  },
  {
    "restaurantName": "Sizzling Pub Grill",
    "restaurantId": "b1014c85-6ba9-4025-5c8b-08ddabeb4892",
    "menuName": "Kids Menu",
    "menuId": 345,
    "sectionName": "OVER 6S",
    "menuItem": {
      "name": "GRILLED CHICKEN BURGER",
      "description": "Served in a bun with grated Cheddar cheese, lettuce and tomato",
      "price": 4.29,
      "vegetarian": false,
      "vegan": false,
      "calories": 550,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy"
    }
  },
  {
    "restaurantName": "Sizzling Pub Grill",
    "restaurantId": "b1014c85-6ba9-4025-5c8b-08ddabeb4892",
    "menuName": "Kids Menu",
    "menuId": 345,
    "sectionName": "KIDS' FAVES",
    "menuItem": {
      "name": "MIXED GRILL",
      "description": "Half a chicken fillet, beef burger and one pork sausage, served with grilled tomato, a fried free-range egg, garden peas and skin-on fries",
      "price": 4.29,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy"
    }
  },
  {
    "restaurantName": "The Hartley Arms",
    "restaurantId": "8d9267e6-2abb-4ac0-5c86-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 346,
    "sectionName": "BURGER BAR",
    "menuItem": {
      "name": "Cajun Spiced Chicken Burger",
      "description": "Spiced chicken breast, cajun mayo, crispy onion, lettuce & tomato. All served in a Brioche bun with coleslaw & fries",
      "price": 15,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, eggs, milk, mustard"
    }
  },
  {
    "restaurantName": "The Oakley Arms",
    "restaurantId": "8d4e1d26-6728-46d3-5c77-08ddabeb4892",
    "menuName": "Daily Menu",
    "menuId": 347,
    "sectionName": "Mains",
    "menuItem": {
      "name": "Southern fried chicken burger",
      "description": "smashed avocado, smoked streak bacon, Monterey Jack, bbq sauce, fries",
      "price": 16.95,
      "vegetarian": false,
      "vegan": false,
      "calories": 950,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy, eggs, soy"
    }
  },
  {
    "restaurantName": "The Royal Oak",
    "restaurantId": "ac3343b3-7cae-4067-5c46-08ddabeb4892",
    "menuName": "Kids Menu",
    "menuId": 349,
    "sectionName": "OVER 6S",
    "menuItem": {
      "name": "GRILLED CHICKEN BURGER",
      "description": "Served in a bun with grated Cheddar cheese, lettuce and tomato",
      "price": 4.29,
      "vegetarian": false,
      "vegan": false,
      "calories": 650,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy"
    }
  },
  {
    "restaurantName": "The Royal Oak",
    "restaurantId": "ac3343b3-7cae-4067-5c46-08ddabeb4892",
    "menuName": "Kids Menu",
    "menuId": 349,
    "sectionName": "KIDS' FAVES OVER 6S",
    "menuItem": {
      "name": "MIXED GRILL",
      "description": "Half a chicken fillet, beef burger and one pork sausage, served with grilled tomato, a fried free-range egg, garden peas and skin-on fries",
      "price": 4.29,
      "vegetarian": false,
      "vegan": false,
      "calories": 1200,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy"
    }
  },
  {
    "restaurantName": "The Wildwood",
    "restaurantId": "01734475-26c2-45c9-5c3d-08ddabeb4892",
    "menuName": "Kids Menu",
    "menuId": 352,
    "sectionName": "OVER 6S",
    "menuItem": {
      "name": "GRILLED CHICKEN BURGER",
      "description": "Served in a bun with grated Cheddar cheese, lettuce and tomato",
      "price": 4.29,
      "vegetarian": false,
      "vegan": false,
      "calories": 650,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, dairy"
    }
  },
  {
    "restaurantName": "The Wildwood",
    "restaurantId": "01734475-26c2-45c9-5c3d-08ddabeb4892",
    "menuName": "Kids Menu",
    "menuId": 352,
    "sectionName": "KIDS' FAVES OVER 6S",
    "menuItem": {
      "name": "MIXED GRILL",
      "description": "Half a chicken fillet, beef burger and one pork sausage, served with grilled tomato, a fried free-range egg, garden peas and skin-on fries",
      "price": 4.29,
      "vegetarian": false,
      "vegan": false,
      "calories": 1200,
      "halal": false,
      "spicy": false,
      "allergens": "gluten, eggs, soy"
    }
  },
  {
    "restaurantName": "The Wildwood",
    "restaurantId": "01734475-26c2-45c9-5c3d-08ddabeb4892",
    "menuName": "Main Menu",
    "menuId": 354,
    "sectionName": "BUSTIN' BURGERS",
    "menuItem": {
      "name": "THE GREEK",
      "description": "A beef burger topped with Greek-style chicken, American-style cheesy slices, jalapeños, hot sauce and tzatziki. Served with onion rings",
      "price": 11.79,
      "vegetarian": false,
      "vegan": false,
      "calories": 1200,
      "halal": false,
      "spicy": true,
      "allergens": "gluten, dairy, soy, egg"
    }
  }
]