Gaming
Fortnite Tracker logo

Fortnite Tracker API

fortnitetracker.com

Fortnite Tracker - player stats, leaderboards, item shop, and account search.

Actions
5
Category
Gaming
Login
Not required
Output
JSON

Call the Fortnite Tracker API

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

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_fortnitetracker_com_homepage_ssr",
    "params": {}
  }'

5 actions on fortnitetracker.com

Read

  • Homepage Feed

    act_fortnitetracker_com_homepage_ssrread1 credit / call

    Returns homepage news articles with titles, authors, dates, and links.

  • Item Shop Listing

    act_fortnitetracker_com_item_shop_listing_ssrread1 credit / call

    Returns the current item shop cosmetics with names, V-Bucks prices, and categories.

  • Player Profile

    act_fortnitetracker_com_player_profile_ssrread2 credits / call

    Returns a player profile resolved from an Epic handle, with platform and link.

    player_slug
    string · required
  • Player Search Autocomplete

    act_fortnitetracker_com_player_search_autocompleteread2 credits / call

    Returns players matching a query with handles, platforms, and status.

    search_query
    string · required
  • Wins Leaderboard

    act_fortnitetracker_com_wins_leaderboard_ssrread1 credit / call

    Returns the wins leaderboard with rank, player, wins, and matches.

Fortnite Tracker API questions

Is there an API for Fortnite Tracker?
Fortnite Tracker does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for fortnitetracker.com. 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 Fortnite Tracker 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 fortnitetracker.com changes its markup, Anakin updates the action.
Do I need a Fortnite Tracker account?
No. Every Fortnite Tracker action listed here runs anonymously — no account and no credentials required.
What does the Fortnite Tracker 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