Verified

La Bella Pizza API

Order fictional pizzas for demo - Margarita, Fungi, Tonno, or Pepperoni in Small, Medium, or Large sizes.

Demo API for ordering fictional pizzas. Returns PDF receipt by default, or JSON with ?format=json or Accept: application/json header. Available pizza types: Margarita, Fungi, Tonno, Pepperoni. Available sizes: Small ($5), Medium ($7), Large ($10). Orders are persisted and you can check status via GET /orders/status?order_id={id}. JSON responses include a receipt_url field with a hosted PDF link (expires after 1 hour).

Base URL
https://gateway.apiosk.com/bella-pizza
Endpoints
GET / Free
API info and available endpoints
GET /health Free
Health check endpoint
POST /order/large $10.00
Order a large pizza (EUR 10.00)
POST /order/medium $7.00
Order a medium pizza (EUR 7.00)
POST /order/small $5.00
Order a small pizza (EUR 5.00)
POST /orders $5.00
Create a pizza order with custom size
GET /orders/status Free
Check order status by order_id