Query parameters
-
discordid
string Required -
pageSize
integer Minimum value is
1
, maximum value is100
. Default value is10
. -
page
integer Minimum value is
1
. Default value is1
. -
name
string -
owner
string -
lastuser
string -
walkerid
string -
ready
boolean -
use
string Values are
pvp
,farming
,personal
, orram
. -
type
string Walker Type: Dinghy, Falco...
Values are
Buffalo
,Camelop
,Cobra
,Dinghy
,Domus
,Falco
,Firefly
,Hornet
,Mollusk
,Panda
,Proxy
,Schmetterling
,Nomad Spider
,Stiletto
,Titan
,Toboggan
,Tusker
,Silur
,Hercul
,Balang
, orRaptor Sky
. -
description
string
GET
/bot/walkers/
curl \
--request GET 'http://api.example.com/bot/walkers/?discordid=string' \
--header "apiKey: $API_KEY"
Response examples (200)
[
{
"leaderid": "string",
"discordid": "string",
"walkerid": 42.0,
"name": "string",
"ownerUser": "string",
"lastuser": "string",
"datelastuse": "string",
"type": "string",
"use": "string",
"isReady": true,
"description": "string"
}
]
Response examples (400)
string
Response examples (401)
string
Response examples (503)
string