GET quote/search

quotes.rest

Summary:
Operation ID:
Auth: unknown
Description

Search for a `Quote` in They Said So platform. Optional `category` , `author`, `minlength`, `maxlength` params determines the filters applied while searching for the quote.

Parameters (9)

author (string, query, optional)

Quote Author

category (string, query, optional)

Quote Category

language (string, query, optional, default: en)

Language of the Quote. The language must be supported in our system.

limit (integer, query, optional, default: 1)

No of quotes to return. The max limit depends on the subscription level.

maxlength (integer, query, optional, default: 300)

Quote maximum Length

minlength (integer, query, optional, default: 100)

Quote minimum Length

private (boolean, query, optional, default: False)

Should search private collection? Default searches public collection.

query (string, query, optional)

keyword to search for in the quote

sfw (boolean, query, optional, default: False)

Should search only SFW (Safe For Work) quotes?

No probe data for this endpoint yet.