📖
Match Play Handbook
  • Welcome
  • Configuring a tournament
    • Creating a tournament
    • Managing players
    • Player registration
    • Managing arenas
    • Managing playoffs
    • Common configuration options
    • Scoring systems
  • Running a tournament
    • Scorekeeping
    • Troubleshooting
  • Tournament formats
    • Direct play tournaments
      • Head-to-head match play
      • Group match play
      • Target match play
      • Basic & group knockouts
      • Max match play
      • Pace match play
      • Flip Frenzy
      • Round robin
    • Single player formats
      • Best game
      • Card-based best game
      • Pingolf
      • Pinbowling
    • Elimination brackets
      • Single elimination
      • Double elimination
      • Group elimination
      • Pingolf elimination
      • Ladder elimination
      • Amazing Race
  • Additional features
    • Calendar
    • Event listings
    • Tournament series
    • Challenge matches
    • Cloning tournaments
    • Custom links
    • Player & arena labels
    • Prize pools
  • Views
    • Big screen view
    • Broadcast view
  • Data crunching
    • Match Play Ratings
    • WPPR estimates
    • Data export
    • Match Play API
Powered by GitBook
On this page
  • Export OPDB
  • Export PinTips
  • Export Match Play Ratings
  • Export players
  • Export single-player games
  • Export match play games
  • Export entries

Was this helpful?

  1. Data crunching

Data export

PreviousWPPR estimatesNextMatch Play API

Last updated 8 months ago

Was this helpful?

Match Play offers a small handful of easy-to-access data exports. If you need more power, use the .

Some of these exports will generate CSV files you can import these into your spreadsheet software.

Export OPDB

The entire OPDB dataset in a single JSON file (about 1.3MB):

https://mp-data.sfo3.cdn.digitaloceanspaces.com/latest-opdb.json

Export PinTips

The entire PinTips dataset in a single JSON file (about 860KB):

https://mp-data.sfo3.cdn.digitaloceanspaces.com/latest-pintips.json

Export Match Play Ratings

The latest ratings for all players are available in a single CSV file (about 5MB and 100,000 rows):

https://mp-ratings.sfo3.cdn.digitaloceanspaces.com/latest-ratings.csv

Export players

Enter the following URL into your browser, replacing TOURNAMENT_ID with the numeric id for your tournament:

https://app.matchplay.events/api/tournaments/TOURNAMENT_ID/players/csv

Export single-player games

Enter the following URL into your browser, replacing TOURNAMENT_ID with the numeric id for your tournament:

https://app.matchplay.events/api/tournaments/TOURNAMENT_ID/single-player-games/csv

Export match play games

Enter the following URL into your browser, replacing TOURNAMENT_ID with the numeric id for your tournament:

https://app.matchplay.events/api/tournaments/TOURNAMENT_ID/games/csv

Export entries

Enter the following URL into your browser, replacing TOURNAMENT_ID with the numeric id for your tournament:

https://app.matchplay.events/api/tournaments/TOURNAMENT_ID/entries/csv
Match Play API