Learn how to fetch menu items using the FoxGets API.
1️⃣ Always Use HTTPS Endpoint:https://foxapi.foxgets.com/api/shared-api/get-menu-listUse the HTTP Authorization header: Authorization: BearerYOUR_API_KEYMethod: GET Required Parameters: client_id, b_id Response Format: JSON
| Parameter | Description | Required | Example |
|---|---|---|---|
| client_id | Your unique client ID from QR Rocket | Yes | "123" |
| b_id | Branch ID (0 if no branches) | No | "0" |
Field Description
status Whether the API call was successful (true/false)
client_id Your client ID
branch_id Branch ID (0 if no branch)
menu Array of menu categories
cat_id Category ID
cat_name Category name
items Items under this category
item_id Unique ID of the menu item
title Item name
details Description of the item
price Base price of the item
menu_type Item type (veg, non-veg)
status Availability (available / unavailable)
tax Tax settings (enabled/disabled, percentages)
variations Different variations of the item with price
extras Extra add-ons available for the item
Click below to view the sample JSON response:
View JSON Response
{
"status": "true",
"client_id": "123",
"branch_id": "0",
"menu": [
{
"cat_id": 1,
"cat_name": "Breakfast",
"position": 0,
"items": [
{
"item_id": 1,
"title": "Idly",
"details": "Soft steamed rice cakes",
"price": "20",
"image": null,
"menu_type": "veg",
"status": "available",
"tax": {
"enabled": 0
},
"variations": [],
"extras": [
{
"extra_id": 1,
"name": "Sambar",
"price": "5"
},
{
"extra_id": 2,
"name": "Chutney",
"price": "3"
}
]
}
]
}
]
}
Fox Apps empowers 50,000+ businesses in optimizing their daily operations.
support@foxappz.com