We should likely not be returning every single quote on each call. With routes like /between it's not a huge deal, but on routes like /all it really matters.
Maybe make the default an output between 10 and 25, and paginate results from there
It might be okay to add an option to return non-paginated results if the user of the API wants the data that way. I know that might not be good practice, but it is an option I want to consider.