The Dinogen Online API allows you to retrieve data from the game server.
You can use this data to create stat trackers, Discord bots, and more.
Note: The API is currently in beta. Additional functionality will be added in future revisions.
Usage
Make a GET request to retrieve data from the API:
https://dinogen-account-us.wilkingames.net/api/
Parameters are passed as URL query strings.
Data is returned in JSON format.
Example
Use /getPlayer to retrieve the player data for xwilkinx:
https://dinogen-account-us.wilkingames.net/api/getPlayer?username=xwilkinx
/getPlayer
Retrieves player data based on username.
Parameters:
username (string)
/getLeaderboard
Retrieves the top 10 players for a leaderboard.
Parameters:
id (string)
/getFeaturedScenarios
Retrieves the featured scenarios.
PARAMETERS:
data (boolean)
/getCommunityScenarios
Retrieves scenarios from the community list.
Parameters:
page (int)
data (boolean)
/getChallenges
Retrieves the current active challenges.
Parameters:
type (string)