Gaming
Tracker.gg logo

Tracker.gg API

tracker.gg

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

Actions
1
Category
Gaming
Login
Not required
Output
JSON

Call the Tracker.gg API

Submit a task, then poll the job until it settles. This example runs act_tracker_gg_player_profile_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

1 action on tracker.gg

Read

  • Player Profile Details

    act_tracker_gg_player_profile_detailread2 credits / call

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

    platform_slug
    string · required
    membership_id
    string · required

Tracker.gg API questions

Is there an API for Tracker.gg?
Tracker.gg does not offer a public data API for this, but Anakin Wire provides 1 maintained endpoint for tracker.gg. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Tracker.gg data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when tracker.gg changes its markup, Anakin updates the action.
Do I need a Tracker.gg account?
No. Every Tracker.gg action listed here runs anonymously — no account and no credentials required.
What does the Tracker.gg API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Gaming APIs

All Gaming sites