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- Get Player By Rank
- Get Full Rankings
- Get Player By Name
- 300 req/hour rate limit
- Get Player By Rank
- Get Full Rankings
- Get Player By Name
- 1,000 req/hour rate limit
Endpoints
/order-of-meritFull Order of Merit table โ all ranked players with rank, name, prize money, position change and country code.
/order-of-merit/player/{name}Look up a single player by name. Returns rank, prize money, nickname, country code and recent form.
/rankings/{type}Any of 20+ ranking tables: ProTour, World Matchplay Race, Challenge Tour, Development Tour, Women's Series, Q-School and more.
/rankings/{type}/metaMetadata for a ranking table โ last updated date, next update trigger, and extra column definitions.
/players/{id}/breakdownFull prize money breakdown for a player โ by tournament, by season, recently dropped events, and upcoming events.
/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