Docs
API documentation
Every API on softon.dev ships the same auth, pagination, filtering, error shape and rate-limit headers. Read the shared pages once, then go straight to the endpoints you need.
Datasets
Each dataset's tree carries its own endpoints; everything else is shared.
| Dataset | Status | Endpoints | |
|---|---|---|---|
| Job Data API | Live | 3 | v1 · stable |
| Event Data API | Live | 3 | v1 · stable |
| Quotes Data API | Planned | 3 | v1 · planned |
Shared pages
Written once and linked from every dataset, never copied per API.
| Quickstart | Sign up, copy the key, call the endpoint. Three minutes to the first row. |
| Authentication | One page, shared by every dataset. Send your key as a bearer token on every request. |
| Rate limits & quotas | Every response carries your current budget, so a client can back off before it is refused rather than after. |
| Pagination & errors | Cursor pagination and the same five error codes on every dataset. |
| Response envelope | The three top-level keys every response carries. |