Docs / Quotes Data API
Quotes Data API
Attributed quotations with source, author, era and topic tags — plus a deterministic quote-of-the-day endpoint you can cache. Planned: no scraper feeds this dataset, so the routes below describe an intended shape and none of them answer yet.
Planned
https://api.softon.dev/v1
v1 · planned
Endpoints
| Endpoint | Route | Returns |
|---|---|---|
| List quotations | GET /v1/quotes |
collection |
| Quote of the day | GET /v1/quotes/random |
single object |
| Retrieve an author | GET /v1/authors/{id} |
single object |
The Quote object
Not documented yet. No source feeds this dataset, so there is no Quote whose fields could be described — and publishing an intended field list would tell you to write code against data that does not exist. The routes above are the planned surface; the fields will be published from the API's own schema when the first source lands, the same as every other dataset here.