ConsoleCatalog
Sign in
Tracker.gg logo

Tracker.gg

tracker.ggGamingno auth

Destiny 2 Tracker - leaderboards, player profiles, gear, weapon usage, and match history.

Player Profile Details

ASYNCREADNo auth

Returns a player profile with handle, platform metadata, season info, and stat segments.

ParametersFormJSON

Platform slug for the player (xbl, psn, steam, bungie)

Platform-specific membership identifier for the player

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_tracker_gg_player_profile_detail",
    "params": {
      "platform_slug": "xbl",
      "membership_id": "4611686018472879890"
    }
  }'