Get the list of the leagues that are currently active on the PlayStation realm.
const data = await PathOfExile.Leagues.get({ type: "main", realm: "sony" });
https://api.pathofexile.com/leagues
APIError
Get the data from the Metamorph league, including the first 100 entries of the ladder.
const data = await PathOfExile.Leagues.getById("Metamorph", { ladder: 1, limit: 100 });
https://api.pathofexile.com/leagues/id
http://api.pathofexile.com/league-rules/id
http://api.pathofexile.com/league-rules
Generated using TypeDoc
Get the list of the leagues that are currently active on the PlayStation realm.
https://api.pathofexile.com/leagues
APIError