Get Menu List API Documentation

Learn how to fetch menu items using the FoxGets API.

API Usage
1️⃣ Always Use HTTPS

Endpoint:
https://foxapi.foxgets.com/api/shared-api/get-menu-list

Use the HTTP Authorization header:
Authorization: Bearer YOUR_API_KEY

Method: GET
Required Parameters: client_id, b_id
Response Format: JSON
                
Parameters
Parameter Description Required Example
client_idYour unique client ID from QR RocketYes"123"
b_idBranch ID (0 if no branches)No"0"
Explanation of Fields
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
                
JSON Response

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"
            }
          ]
        }
      ]
    }
  ]
}
                  

Think unique and be creative. Make a difference with FoxGets.

Fox Apps empowers 50,000+ businesses in optimizing their daily operations.

support@foxappz.com