Welcome to a quotes API

Here are some sample requests:

https://mattgodfrey.xyz/api/quotes => This will return every quote in the database (There are hundreds)

https://mattgodfrey.xyz/api/authors => This will return every unique author

https://mattgodfrey.xyz/api/quotes/author?author=someAuthor => returns all quotes by someAuthor

https://mattgodfrey.xyz/api/random => returns a random quote