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

Response

200
application/json

A JSON object containing the account data.

The response is of type object.