Skip to content

API with the latest EQ information from @pso2_emg_hour.

Notifications You must be signed in to change notification settings

mciicrw/PSO2-EQ-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSO2 EQ API

API with the latest EQ information from @pso2_emg_hour. Used on Weeb Bot and Xiera.

Reference

  • /eq - Returns every tweet on an array of objects. Response:
[
    {
        "time": "2017-08-29T01:05:04.000Z",
        "when": "2017-08-29T02:00:02.000Z",
        "eqs": [
            {
                "name": "Phantom God of Creation",
                "jpName": "新世を成す幻創の造神",
                "ship": 1
            }
        ]
    }
]

time: DateTime of when the Tweet was sent.

when: DateTime of when the EQ is scheduled to happen.

eqs: Array of eq objects, containing the English name as name, japanese name as jpName and ship as the ship it's happening on.

About

API with the latest EQ information from @pso2_emg_hour.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%