Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Move Data

Jordan Polaniec edited this page Aug 8, 2019 · 14 revisions

Remember, the Live Docs will help you see this in action.

Move data is returned as part of /moves requests.

An example would be: api/characters/name/bowser/moves. This returns a collection of Bowser's move data. This can include jabs, throws, aerial attacks and specials.

Here's an excerpt:

[
  {
    "InstanceId": "5c2a14854696596e10861ced",
    "Name": "Jab 1",
    "OwnerId": 2,
    "Owner": "Bowser",
    "HitboxActive": "7-9 (Arm Intangible: 7-9)",
    "FirstActionableFrame": "21",
    "BaseDamage": "5",
    "Angle": "30/50/85",
    "BaseKnockBackSetKnockback": "W: 45/30/18",
    "LandingLag": null,
    "AutoCancel": null,
    "KnockbackGrowth": "100",
    "MoveType": "ground",
...rest of move data
]

Clone this wiki locally