quotes.rest

They Said So Quotes API offers a complete feature rich REST API access to its quotes platform. This is the documentation for the world famous quotes API. If you are a subscriber and you are trying this from a console add 'X-TheySaidSo-Api-Secret' header and add your

🔑 apikey 47 endpoints open_data
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Gets `Quote of the Day`. Optional `category` param determines the category of…
curl \
  -H "X-TheySaidSo-Api-Secret: $API_KEY" \
  https://quotes.rest/qod
Gets a details about a qshow.
curl \
  -H "X-TheySaidSo-Api-Secret: $API_KEY" \
  https://quotes.rest/qshow
Gets a `Quote` with a given `id`.
curl \
  -H "X-TheySaidSo-Api-Secret: $API_KEY" \
  https://quotes.rest/quote
Endpoints (47 total)
GET
/qod
Gets `Quote of the Day`. Optional `category` param determines the category of…
GET
/qshow
Gets a details about a qshow.
GET
/quote
Gets a `Quote` with a given `id`.
GET
/qshow/list
Get the list of Qshows in They Said So platform.
GET
/quote/list
Get the list of quotes in your private collection.
GET
/quote/image
Gets a Quote image for a given id. Response can be an image file as a binary …
GET
/qshow/quotes
Get the quotes in a given Qshow.
GET
/quote/random
Gets a `Random Quote`. When you are in a hurry this is what you call to get a…
GET
/quote/search
Search for a `Quote` in They Said So platform. Optional `category` , `author`…
GET
/qod/languages
Gets a list of supported languages for `Quote of the Day`.
GET
/qod/categories
Gets a list of `Quote of the Day` Categories.
GET
/quote/image/search
Gets a Random Quote image. Optional `category` param determines the category …
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints47
Authapikey
Categories1
https://quotes.rest