Food Delivery Domain
Restaurants, menus, cuisine categories, and delivery tracking
API Prefix
/api/food
Every endpoint hangs off this prefix so you can compose requests consistently.
Endpoint coverage
8
Curated routes spanning common workflows
Playground ready
Deep link directly into the playground with your preferred method and path.
Open in PlaygroundCapabilities
Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.
Restaurant cards with delivery windows and fees
Menu categories and item customisations
Cuisine category discovery endpoints
Order creation and deterministic tracking flows
Driver, ETA, and status timeline payloads
Filters for open now, cuisine, and rating
Endpoints
Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.
/api/food/restaurants
/api/food/restaurants?q=burger&open_now=true
/api/food/restaurants/rest_001
/api/food/restaurants/rest_001/menu
/api/food/categories
/api/food/orders
/api/food/orders/order_mock_001
/api/food/orders/order_mock_001/tracking
Prototype ordering, checkout, and tracking flows without inventing your own restaurant dataset.
Explore more
Browse the full library of free mock API domains for your next project.