Docs / Quotes Data API / Endpoints / List quotations

List quotations

Not served yet. The intent is that every quotation carries a source, so unsourced aphorisms are excluded rather than guessed at — but no fields are documented here, because describing the shape of data nobody has collected is how docs come to promise things the API cannot return.

GET https://api.softon.dev/v1/quotes Copy

Request

curl https://api.softon.dev/v1/quotes \
  -H "Authorization: Bearer $SOFTON_KEY"

Response

The envelope is identical on every softon.dev API: data, meta, error. Only the shape inside data changes per dataset — see the response envelope.

Nothing to show yet: this route answers 404 today, and there is no collected data to draw a sample from. When the first source lands, the example and the field table below are generated from the API's own published schema rather than written here.

Try it

v1 · planned
Send the request to see a response.