Endpoints

Here is the list of endpoints we provide to our users

Endpoint Description Response Redirects
/api/question Serves fun questions for the users JSON GET
/api/quote Serves quotes of every type you need with their author JSON GET
/api/roast Serves light roasts JSON GET
/api/trivia Serves fun trivia questions with 3 options and one correct option JSON GET
/api/token Serves a 100% safe token that you can use for anything (for eg: passwords, loginID) JSON GET
/api/naruto Serves a naruto quiz with 3 options and one of them is correct JSON GET
/api/beautify/image_url Manipulates Image you provided in image_url parameter (takes url only with https://) Image GET
/api/blur/image_url Blurs Image you provided in image_url parameter (takes url only with https://) Image GET
/api/greyscale/image_url Greyscales Image you provided in image_url parameter (takes url only with https://) Image GET
/api/pixelate Pixelates Image you provided in image_url parameter (takes url only with https://) Image GET
/api/qrcode Generates Qrcode of the url you provided in url parameter (takes url only with https://) Image GET