Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 2.02 KB

ReadMe.md

File metadata and controls

85 lines (43 loc) · 2.02 KB

RealmEye API

A Web Scraper that takes data from the website: https://www.realmeye.com/




Usage:


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



Dependencies:



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