Looking for an API of favorite quotes that can return a selection of quotes that the user has “liked” or “favorited”

Multi tool use


Looking for an API of favorite quotes that can return a selection of quotes that the user has “liked” or “favorited”
I am creating a site in React that will include a daily quote, I need the quotes to be fetched from a site that allows the user to make lists of quotes they like. Goodreads was my first thought, but their API only returns data in XML, I need JSON. Brainyquote.com doesn't have an API, and the Quotes rest API doesn't seem to have the ability to specify which quotes to return. Is anyone familiar with an API that meets these specifications?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.