Span API · Docs

Getting started

Span API is a stateless HTTP toolkit. Every endpoint returns JSON and requires no SDK. Point any HTTP client at the base URL below.

Base URL

https://spanapi.com

Quick example

curl https://spanapi.com/status

Endpoints

MethodPathDescription
GET/statusService status summary
GET/healthzLiveness probe for monitors
GET/echoReflects your request as JSON

Conventions

Responses use standard HTTP status codes. Bodies are UTF-8 JSON. Timestamps are RFC 3339.