API

The Arsenal Online API allows developers to access game data.

SetuP

Retrieve the active API URL:

https://arsenalonline.net/data/account.txt

Make a GET request to retrieve data:

<URL>/api/<Query>

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

Example Usage

Retrieve the player data for username xwilkinx:

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

qUERIES

getTopScores(gameModeId)

Retrieves the top 10 players for a game mode.

getTopPlayers()

Retrieves the top 10 players by total kills.

getPlayerData(username)

Retrieves player data by username.

getOnlinePlayers()

Retrieves currently online players.

getWeaponData(weaponId)

Retrieves weapon data by id.

getModData(modId)

Retrieves mod data by id.

getWeapons()

Retrieves all weapons.

getMods()

Retrieves all mods.

getGameModes()

Retrieves all game mode ids.

Official Discord Bot

API Wrapper