Remaking the whole project from scratch using a different webstack.
Website and REST API for Anime/Manga Quotes.
GET a random anime quote.
GET a quote given some tag. Separated by spaces.
Example: GET /api/quotes?tags=Kaiki%20Deishuu
GET a quote from an ID.
Example: GET /api/quotes/1
Currently, there are no usage limits as the product is not completed. In the future there may be usage limits w/ small payment options to keep the servers alive.
- Do not store large amounts of our data. You can keep some for caching purposes, but refrain from mass storage.
- Please refer to OtakuQuotes somewhere in your application when using this API.
WIP