Dinogen Wiki
Dinogen Wiki
Advertisement

The Dinogen Online API is a public interface that retrieves game data from the Dinogen Online server.

This data can be used to create stat trackers, leaderboard/scenario viewers, and more.

Documentation[]

View the official API documentation at DinogenOnline.com/api.

Usage[]

Make a GET request to retrieve data from the API. Parameters are passed as URL query strings. Data is returned in JSON format.

https://dinogen-account-us.wilkingames.net/api/

Example[]

Use /getPlayer to retrieve the player data for xwilkinx:

https://dinogen-account-us.wilkingames.net/api/getPlayer?username=xwilkinx
Advertisement