API Endpoints
The When's My Turn? API serves frame data for games by Arc System Works scraped from the Dustloop wiki. Data for every character in all the main games on the wiki is available and includes damage, frame advantage, invulnerability frames, and more - plus a thumbnail image for each of their moves.
Requests to the API can be made in the following format:
-
GET /api/games
Returns an array list of available games as strings properly formatted for all other endpoints.
-
GET /api/:game
Returns an array list of the names of the characters in the given game as strings properly formatted for the final endpoint.
Currently available games:
- Granblue_Fantasy_Versus:_Rising
- DNF_Duel
- Guilty_Gear_-Strive-
- Dragon_Ball_FighterZ
- BlazBlue:_Cross_Tag_Battle
- Guilty_Gear_Xrd_REV_2
- BlazBlue:_Central_Fiction
- Persona_4:_Arena_Ultimax_Remaster
- Guilty_Gear_XX_Accent_Core_Plus_R
- Sengoku_Basara_X
- Battle_Fantasia
- Hokuto_no_Ken
- Guilty_Gear:_The_Missing_Link
- Sailor_Moon_S
-
GET /api/:game/:character
Returns an object containing frame data for the all of the given character's moves.