Keyword Support Added to API Calls

We are pleased to announce the addition of keyword support to the ZenQuotes API, allowing users with an API key to generate a batch of quotes based on categories and moods.

Using keywords is easy. All you need to do is add &keyword=[keyword] to the end of your request.

For example: https://zenquotes.io/api/quotes/[YOUR_API_KEY]&keyword=happiness would return 50 random quotes matching the keyword “happiness”.

To see a list of keywords currently supported, visit the following link: https://zenquotes.io/keywords

If you want to generate a list of keywords via the API, use the following call: https://zenquotes.io/api/keywords/[YOUR_API_KEY]

Subscribe