Version: 1
Community API
External sources can tap into the Community website API to retrieve data about online players and much more.
WORK IN PROGRESS
This API is work in progress. Things may change.
The OAuth API automatically redirects users to authenticate with Steam. This lets GameServerApp verify in-game players on the website, enabling features like in-game purchases and direct messaging.
API key
Find the OAuth API keys & redirect URL here: https://dash.gameserverapp.com/configure/api
Request headers
All requests require to have one the following HTTP headers, except for MOD api calls:
X-AUTH-GSA-CLIENT-ID: {your Client ID}
Authorization: Bearer {refresh_token}
Libraries
You can find the Official PHP API wrapper on GitHub.