Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Classes

Interfaces

Functions

Functions

Const get

  • remarks

    There is a restriction in place on the last ladder entry you are able to retrieve which is set to 15000.

    example

    Get the first 200 characters in the SSF Standard ladder. We also set track: 1 to add a unique identifier to each character.

    const ladder = await PathOfExile.Ladders.get("SSF Standard", { limit: 200, track: 1 });
    
    endpoint

    https://api.pathofexile.com/ladders/id

    throws

    APIError

    Parameters

    • id: string
    • Optional options: Options

    Returns Promise<Ladder>

Generated using TypeDoc