Span API
v1 · stable

The developer HTTP toolkit
for fast diagnostics.

Span API gives you a clean, programmable surface for inspecting requests, replaying traffic, and measuring latency across regions — without the boilerplate.

Request inspection

Structured views of headers, timing, TLS, and redirects for any endpoint.

Latency probes

Connect / TLS / TTFB breakdowns so you can see exactly where the time goes.

Replay & diff

Re-run captured requests and diff the responses to catch regressions early.

Quick start

curl -s https://spanapi.com/v1/echo \
  -H 'content-type: application/json' \
  -d '{"hello":"world"}'