๐ŸŽฏDarts Rankings
REST API

PDC Darts Rankings API

Live Order of Merit data, player profiles, career breakdowns and 20+ ranking tables. Built for apps, bots, dashboards and research.

Get API Key on RapidAPI
Basic
$0 / mo
30 requests / month ยท Hard limit
  • Get Player By Rank
  • Get Full Rankings
  • Get Player By Name
  • 300 req/hour rate limit
โญ RECOMMENDED
Pro
$1.99 / mo
1,000 requests / month ยท +$0.01 per extra
  • Get Player By Rank
  • Get Full Rankings
  • Get Player By Name
  • 1,000 req/hour rate limit

Endpoints

GET/order-of-merit

Full Order of Merit table โ€” all ranked players with rank, name, prize money, position change and country code.

GET/order-of-merit/player/{name}

Look up a single player by name. Returns rank, prize money, nickname, country code and recent form.

GET/rankings/{type}

Any of 20+ ranking tables: ProTour, World Matchplay Race, Challenge Tour, Development Tour, Women's Series, Q-School and more.

GET/rankings/{type}/meta

Metadata for a ranking table โ€” last updated date, next update trigger, and extra column definitions.

GET/players/{id}/breakdown

Full prize money breakdown for a player โ€” by tournament, by season, recently dropped events, and upcoming events.

GET/players/pdc-profile?slug={slug}

Rich PDC profile: nickname, hometown, darts used, walk-on music, social links, career stats, nine-darters and last 5 fixtures.

Example Response

GET /order-of-merit/player/Luke Littler

{
  "rank": 1,
  "change": 0,
  "name": "Luke Littler",
  "playerId": 14972,
  "prizeMoney": 1225.5,
  "countryCode": "ENG",
  "nickname": "The Nuke"
}

Available Ranking Types

Pass any of these as the {type} parameter to /rankings/{type}:

Ready to get started?

Sign up on RapidAPI and start making requests in under a minute.

Subscribe on RapidAPI