Span API is a stateless HTTP toolkit. Every endpoint returns JSON and requires no SDK. Point any HTTP client at the base URL below.
https://spanapi.com
curl https://spanapi.com/status
| Method | Path | Description |
|---|---|---|
| GET | /status | Service status summary |
| GET | /healthz | Liveness probe for monitors |
| GET | /echo | Reflects your request as JSON |
Responses use standard HTTP status codes. Bodies are UTF-8 JSON. Timestamps are RFC 3339.