POST
/
api
/
account
/
search
curl --request POST \
  --url https://api.kamari.zip/api/account/search \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 123,
  "username": "<string>"
}'
{
  "id": 123,
  "role": "<string>",
  "username": "<string>",
  "sitebadges": [
    "<string>"
  ],
  "description": "<string>",
  "join_date_time": "2023-11-07T05:31:56Z",
  "last_active_time": "2023-11-07T05:31:56Z",
  "knockouts": 123,
  "recentaverageprice": 123,
  "friends_count": 123,
  "total_place_visits": 123
}

Body

application/json
id
integer
required

The user ID.

username
string

The username of the user.

Response

200
application/json
A JSON object containing the account data.
id
integer

The user ID

role
string

The role of the user

username
string

The username of the user

sitebadges
string[]

The badges associated with the user

description
string

The user's profile description/blurb

join_date_time
string

When the user joined

last_active_time
string

When the user was last active

knockouts
integer

Number of knockouts

recentaverageprice
integer

Total RAP (Recent Average Price)

friends_count
integer

Number of friends

total_place_visits
integer

Total visits across all places