v1.0 — Stable

Build with
Runbits

The Runbits API lets you build ordering, delivery, and commerce experiences on top of our platform. RESTful, JSON-native, and designed for speed.

Start in seconds

The API is publicly accessible for read endpoints. No API key required for browsing stores, menus, or search — just make a request.

Full API reference
Terminal
$
curl https://api.runbits.dev/api/search?q=pizza&lat=-31.4&lng=-64.1
{
"data": [...],
"total": 12,
"limit": 20,
"offset": 0
}

Base URL

https://api.runbits.dev

Authentication

Bearer token in Authorization header

Rate Limits

Varies by endpoint

Response Format

JSON