Use this API to dynamically fetch player and tournament data. The data is provided in JSON format
and also well browseable using w.g. firefox. In general, the fields are self-explanatory. Some fields
(e.g. timestamps and dates) may be null if they are unknown.
Let us know if you'd like more data to be included.
A list of all players in the database.
URL: /api?request=players
Information about an individual player, identified by their ID.
URL: /api?request=player&id=<ID>
... where <ID> is the player ID. You can read it in the player's page URL or by browsing the player list using the API (see above).
Example: /api?request=player&id=1
A list of all tournaments in the database.
URL: /api?request=tournaments
Information about an individual tournament, identified by their ID.
URL: /api?request=tournament&id=<ID>
... where <ID> is the tournament ID. You can read it in the tournament's page URL or by browsing the tournament list using the API (see above).
Example: /api?request=tournament&id=40