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

Hitbox Data

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

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

Hitbox data is returned as part of /moves requests.

An example would be: api/characters/name/bowser/moves. This returns a collection of Bowser's moves.

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",
...rest of move data
}
]

Clone this wiki locally