PDA

View Full Version : [Release] PSO2 EQ API



KazeSenoue
Nov 28, 2016, 08:03 PM
Hey everyone.

I made a small EQ API to use on my Discord bot, and decided to share it with the world. As of right now, it scrapes data from @pso2_emg_hour and returns the EQs for every ship specified, and when the alert was received on JST.

The endpoint is "http://pso2.kazesenoue.moe/eq/", but you can specify which ships you want using the "ship" parameter (multiple ships separated by commas).

For example, "http://pso2.kazesenoue.moe/eq/?ship=2,7,10" will return EQs for ships 2, 7 and 10.

Timezone parameter is being worked on.

If you wish to check out my sick Python skills, take a look at the source at https://github.com/KazeSenoue/PSO2-EQ-API.