Platform Knowledge Graph API Dataset Developers Documentation Request API Access
Home/API

Menu Intelligence API

One predictable REST interface to the world's restaurant graph. Query any restaurant, dish, ingredient or nutritional fact in a single call — built for AI applications first.

Playground

Try it live

Click an endpoint to see the response shape. The playground connects to real graph data.

GET/restaurant/{id}
GET/restaurant/menu
POST/dish/search
GET/restaurant/intelligence
GET/dish/{id}/nutrition
POST/graph/traverse
api.menuclaw.com · live
// Restaurant Intelligence API
{
  "restaurant": "Tokyo Ramen",
  "cuisine": "Japanese",
  "dishes": [
    {
      "name": "Tonkotsu Ramen",
      "ingredients": ["pork", "egg", "noodles"],
      "calories": 720,
      "allergens": ["egg", "gluten"]
    }
  ]
}
Endpoints

The surface area

MethodEndpointDescription
GET/restaurant/{id}Restaurant identity, cuisine, hours and pricing.
GET/restaurant/menuStructured menu for a restaurant or location.
POST/dish/searchSemantic search across dishes and cuisines.
GET/dish/{id}Canonical dish with ingredients and labels.
GET/dish/{id}/nutritionCalories, macros and dietary attributes.
GET/restaurant/intelligenceDerived insights: demand, price index, top dishes.
POST/graph/traversePath queries across the knowledge graph.
POST/webhooks/menu-changedSubscribe to menu updates for tracked restaurants.
Python SDK JavaScript SDK REST / OpenAPI Webhooks
Access

Request API Access

Tell us about your application and get a sandbox key within 24 hours. Free tier: 10,000 calls/month.

For enterprise volume, dedicated SLAs and support — contact our enterprise team.

Build on the restaurant API.

Sandbox key in 24 hours. Production SLA when you're ready.