If You are viewing this on pc or laptop browser then I will highly recommend you to download this JSONVue chrome extension. It will make the json responses pretty and easy to understand.
Wikipedia
GET Wikipedia
/wikpedia/?word=[word]&length=[summary-length]

Get Results From Wikipedia About Any Topic

word: query for getting results from wikipedia (string)
summary-length: length of the summary. Max 20 (integer)

EXAMPLE: https://allin1-api.glique.repl.co/wikipedia?word=pokemon&length=20

Test

MultiAnime
GET MultiAnime
/multianime/?type=[anime,char]&q=[query]

Get Inforamtion about anime and characters.

type: There Are two types anime and characters. For Anime info select anime and for character info select char. (string)
q: Anime name or character name. (string)

ANIME EXAMPLE: https://allin1-api.glique.repl.co/multianime?type=anime&q=pokemon
CHARACTER EXAMPLE: https://allin1-api.glique.repl.co/multianime?type=char&q=ash ketchum

Anime Test Character Test

MultiAnime
GET AniTions(*Anime Actions)
/anitions/?action=[action]

Get the gifs of choosen anime actions.

action: bully, cuddle, cry, hug, awoo, kiss, lick, pat, smug, bonk, yeet, blush, smile, highfive, handhold, nom, bite, glomp, slap, kill, kick, happy, wink, poke, dance, cringe. (string)
We will take "dance" action for the example.

DANCE EXAMPLE: https://allin1-api.glique.repl.co/anitions?action=dance
Dance Test


Wolframalpha
GET Wolframalpha
/wolframalpha/?q=[query]

It can do math calculations, give geographical informations, science, technology and everyday life.

q: Query You want to get information about. (string)

EXAMPLE: https://allin1-api.glique.repl.co/wolframalpha?q=5^2+25-(25+25)
Test


Roblox
GET Roblox
/roblox/?user=[username]

Get User information.

username: username of the user You want to get information about. (string)

EXAMPLE: https://allin1-api.glique.repl.co/roblox?user=oOFreEkiNgOo
Test


QrCode Gen
GET QRCode Generator
/qrgen/?q=[query]

Make a Custom QRCode.

query: Query TO Make The QRCode. (string)

EXAMPLE: https://allin1-api.glique.repl.co/qrgen?q=Hey Welcome to the All In 1 API https://allin1-api.glique.repl.co/
Test