API

The Deadswitch 3 API allows developers to access game data.

CURRENTLY IN BETA
Setup

Retrieve the active API URL:

https://xwilkinx.com/data/deadswitch3/accmgr.txt

Make a GET request to retrieve data:

<URL>/api/<Query>

Parameters are passed as query strings. Results are returned as JSON objects.

Example Usage

Retrieve the player data for username xwilkinx:

https://ds3acc-us.wilkingames.net/api/getPlayerData?username=xwilkinx

Queries

getPlayerData(username)

getClanData(clanName)

getChallenges(type)