Skip to content

An unofficial RealmEye API that gives guild and player info, character image responses, and item info from the wiki.

Notifications You must be signed in to change notification settings

andronic1234/realmeye-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An unofficial RealmEye API that gives guild and player info, character image responses, and item info from the wiki.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published