RealmInfo -- Unofficial RealmEye API


#1

The Hey everyone! I made an online API that can be used to get info into a json format. Below is an explanation on how to use the API, but if you want, you can go to http://www.tiffit.net/RealmInfo/ for something more interactive. There will be more requests coming in the future.

#Requests
###User
This request can be used to gather all the information on a player, such as their characters, guild, description, etc.
The path for this request is /RealmInfo/api/user
There are 2 parameter for this request, the β€œu” parameter, and the β€œf” parameter.

The β€œu” parameter is the username of the player, this is required.
The β€œf” parameter is the filter, this is not required. To find out how to use filters, use the link at the very top.

An example for a user request would be: http://www.tiffit.net/RealmInfo/api/user?u=tiffit

###Pets
This request can be used to gather the pet info on a player
The path for this request is /RealmInfo/api/pets-of
There is 1 parameter for this request, the β€œu” parameter.

The β€œu” parameter is the username of the player, this is required.

An example for a pet request would be: http://www.tiffit.net/RealmInfo/api/pets-of?u=tiffit

###Guilds
This request can be used to gather info on a guild.
The path for this request is /RealmInfo/api/guild
There are 2 parameter for this request, the β€œg” parameter, and the β€œf” parameter.

The β€œg” parameter is the name of the guild, this is required.
The β€œf” parameter is the filter, this is not required. To find out how to use filters, use the link at the very top.

An example for a guild request would be: http://www.tiffit.net/RealmInfo/api/guild?g=FellowshipOTMG

###Nexus Items
This request can be used to check what is being sold in the nexus.
The path for this request is /RealmInfo/api/nexusitems
There is 1 parameter for this request, the β€œc” parameter.

The β€œc” parameter is the category, this is required. To find the list of categories, use the link at the very top.

An example for a nexus items request would be: http://www.tiffit.net/RealmInfo/api/nexusitems?c=misc

###Servers
You can see what servers are online (according to realmeye).

The path for this request is /RealmInfo/api/servers


#Bugs
Bugs pop up all the time, if you try to get info but get an error in return (Something like β€œInternal API error!”) please let me know! If you find something else that is wrong (like wrong stats on a character), also let me know!


REALMEYE Idea / Fix:
Importing data from Realmeye?
#2

Cool Idea but it’s just another RealmEye that look like raw text


#3

That is kinda the point, it is in json format, which programmers can easily work with instead of the formatted and hard-for-computers-to-read realmeye website.


#4

Tiffit my man you giving me a virus so you can watch through my computer cam while i sleep? /s

looks awesome. good job!


#5

Do you have a cam???


#6

of course not! It only spies on people that are actually interesting /s


#7

no


#8

So he cant watch you
#EXPOSED#


#9

This is very cool! For those of you who don’t realize it, this API has wide ranging applications, like with discord bots and stuff.


#10

Really neat!
Do not underestimate the boredom of bored programmers.

Take my like! :heart:


RotMG Related Discord Bots
#11

With the recent incident of servers crashing, and people not knowing what servers are up, I made this: http://www.tiffit.net/RealmInfo/api/servers

true means the server is up


#12

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.


#13

#14

sorry for the bump but doc opened it anyways, why does the site not work anymore?


#15

try using the port 8080 (like tiffit.net:8080)


#16

Hey, this is really useful! I’m programming a discord bot to run background officer duties and this helps out so much! I was going through the effort of web scraping prior to this. Something I do request however, is to get these values here:


#17

The key feature is prettttty handy. Neat!


#18

nvm, used web scraping in the end.


#19

I got a problem with the api. I cant find guilds with spaces in their name.
http://www.tiffit.net/RealmInfo/api/guild?g=Red%20Ice


#20

@Tiffit Was wondering if you could add History tab such as guild history and name history. Would be dope.