DD Poker XML Export
Donohoe Digital provides an XML export of current available/running games and historical stopped/ended games via the following URLs:
| Available Games | http://online.ddpoker.com/export/games/available/<file-name> |
| Running Games | http://online.ddpoker.com/export/games/in-progress/<file-name> |
| Current Games (available & running) | http://online.ddpoker.com/export/games/current/<file-name> |
| Stopped Games | http://online.ddpoker.com/export/games/stopped/<days ago>/<date>/<file-name> |
| Ended Games | http://online.ddpoker.com/export/games/ended/<days ago>/<date>/<file-name> |
Where the following URL components (denoted by <brackets> mean:
| <file-name> | Name of file which browser uses as save-file name | Optional (default is to display in browser) |
| <days ago> | Days ago to fetch data. (e.g., 1 is always yesterday) | Optional (default is today) |
| <date> | Specific date to retrieve | Optional (used only if <days-ago> is not specified via '-') |
| - | Used when a parameter is not specified |
Examples
/export/games/available![]() | Get currently available games displayed in browser |
/export/games/available/avail.xml![]() | Get currently available games and direct browser to save in file named avail.xml} |
/export/games/in-progress![]() | Get currently running games displayed in browser |
/export/games/in-progress/running.xml![]() | Get currently running games and direct browser to save in file named running.xml |
/export/games/current![]() | Get currently available and in-progress games displayed in browser |
/export/games/ended![]() | Get games ended today |
/export/games/ended/1![]() | Get games ended yesterday |
/export/games/ended/30![]() | Get games ended 30 days ago |
/export/games/ended/-/2007-12-31![]() | Get games ended on December 31, 2007 |
/export/games/ended/15/-/ended.xml![]() | Get games ended 15 days ago and direct browser to save in file named ended.xml |
/export/games/ended/-/-/ended-today.xml![]() | Get games ended today and direct browser to save in file called ended-today.xml |
/export/games/ended/-/2008-05-05/cinco-de-mayo.xml![]() | Get games ended on May 5th, 2008 and direct browser to save in a file called cinco-de-mayo.xml |
/export/games/ended/99/2006-01-22![]() | Get games ended 99 days ago (the 2006-01-22 is ignored) |
/export/games/stopped/-/2007-10-31![]() | Get games stopped on Halloween 2007 |
Format Notes
The XML format is pretty self explanatory except for the following:
| mode | 1 = Available, 2 = In Progress, 3 = Stopped, 4 = Ended |
| playerType | 1 = Computer, 2 = Human, 3 = Local (human player who joined directly but has no Online Profile) |
| payoutType | 1 = Fixed Amounts, 2 = Percentage, 3 = Satellite |
| houseCutType | 1 = Fixed Amount, 2 = Percentage |
| rebuyExpressionType | 1 = less than, 2 = less than or equal (compared to rebuyChipCount) |
Add new attachment
Only authorized users are allowed to upload new attachments.
