Skip to main content

How can we help you?

Search

The Game Data API is not yet Available

Last Epoch's Game Data API is currently still a work in progress, and so it is unfortunately not yet available to the community. We're already using it for the official Last Epoch website - and we can't wait to see what you'll create with it in the future! Thanks for bearing with us as we both prepare additional endpoints, and also get ready to support its use by a larger audience with more varied interests.

If you would like to get a headstart on development, we're ready to confirm the following;

Will the API support JSON?Yes.
Will the API support XML?It doesn't currently. This may change if it's a popular request.
Will it be a RESTful or GraphQL API?REST.
What kind of information will it expose?

Focusing on skill specialization trees as an example;

  • The name of each node.
  • The description of each node.
  • The number of points you can spend in each node.
  • The art used for each node.
  • Other nodes the node is connected to.
  • The requirements of each node.
  • The flavor text for each node (rare!).
    • An example of this is the Acolyte skill Sacrifice having a specialization tree with a node called Great Sacrifice which says "You monster."
  • The number of points you can spend in each node.

We'll likely update this article with additional information periodically between now and the API being released.