Skip to content
Chris Tran edited this page Apr 29, 2021 · 3 revisions

You can access our public API at the root endpoint: https://impact.moe/api. The endpoint will return a JSON object with the data you request. See below to find usage examples.

We have data on characters, weapons, and artifacts

Expansion

To expand any field that returns null, you can pass a parameter called expand with the value of the object that you want to expand. These values can be chained with a , as a delimitter.

For example, you want to request data for Amber with all of the child objects returned. To achieve this you would use:

https://impact.moe/api/characters/amber?expand=talents,constellations,roles,overview

NOTE: any field that can be expanded can also be retrieved individually. https://impact.moe/api/characters/amber/talents will return only the talents JSON without the rest of the data

Clone this wiki locally