You can get info from guilds using the following parameters:
https://realmeye-api.glitch.me/guild/ [Guild_Name] *
*The guild name is case sensitive.
You can get info from players using the following parameters:
https://realmeye-api.glitch.me/player/ [Player_Name]
You can get info from items on the wiki using the following parameters:
https://realmeye-api.glitch.me/wiki/ [Item_Name] *
*It is typed the same way realmeye's links are typed.
You can get character skin images using the following parameters:
https://realmeye-api.glitch.me/player/ [Player_Name] /[Character]
You can also get item images using the following parameters:
https://realmeye-api.glitch.me/player/ [Player_Name] /[Character] /[Item] *
*e.g. weapon | ability | armor | ring | set (for the whole set)
To get all character sets at once, use this endpoint instead:
https://realmeye-api.glitch.me/player/ [Player_Name] /[Character] /sets
(Responds with an object containing an image array buffer for each character)
If you want to run the API locally, you can do so by running this command on the terminal:
npm start
If you would like more data scraped from the website or if you've found any issues with the API, message me on discord and I will fix it it - andr123