TotalShiftLeft Sandbox

Open REST/GraphQL/SOAP sandbox with optional OAuth2 and JWT

🔧 Developer ToolsHEALTHYchecked 55 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

TotalShiftLeft is a multi-protocol testing sandbox exposing the same data over REST, GraphQL and SOAP. CRUD works without credentials, though you can layer on JWT, API key or OAuth2 to rehearse auth flows. The store starts empty, so its collections return valid but data-free responses until you seed them.

96HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 96 · healthy
Uptime history
100%90 days
100%30 days
328P50 · ms
1741P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 98 ms, slowest 1384 ms, most recent 453 ms.
Live response samplecaptured by our last successful check
GET https://demo.totalshiftleft.ai/api/v1/users

{
  "success": true,
  "data": [],
  "pagination": {
    "total": 0,
    "page": 1,
    "limit": 10,
    "pages": 0,
    "hasNext": false,
    "hasPrev": false
  }
}
Call itcurl · fetch · python
curl "https://demo.totalshiftleft.ai/api/v1/users"
const res = await fetch("https://demo.totalshiftleft.ai/api/v1/users");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://demo.totalshiftleft.ai/api/v1/users")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /users328 mschecked 55 min ago
GET/usersPROBED

Open REST/GraphQL/SOAP sandbox with optional OAuth2 and JWT

GET/users?limit=5

Paginated variant with limit parameter.

GET/api/v1/users?random_fail=true

User records or directory.

GET/api/v1/users

User records or directory.

GET/api/v1/products

Product listing.

GET/api/v1/products/

Product listing.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

TotalShiftLeft Sandbox: common questions

Is TotalShiftLeft Sandbox free to use?

Yes — TotalShiftLeft Sandbox is a free developer tools API. Free tier: Free — open sandbox, auth optional. Whether the free tier allows commercial use is unclear — check the provider docs.

Does TotalShiftLeft Sandbox need an API key?

No — TotalShiftLeft Sandbox needs no API key or signup. You can call it straight away; rate limits still apply (100 req/window · 99 remaining · resets 60).

Can I call TotalShiftLeft Sandbox from the browser?

Not directly — TotalShiftLeft Sandbox doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is TotalShiftLeft Sandbox up right now?

As of our last scheduled check, TotalShiftLeft Sandbox is healthy with 100% uptime over 90 days and a 328 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.