---
title: "Get a player's game-ban status"
method: POST
path: "/v1/admin.getPlayerBanStatus"
tags: ["admin"]
---

# Get a player's game-ban status

`POST /v1/admin.getPlayerBanStatus`

## Request body

- V1AdminGetPlayerBanStatusRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `steamId64` string, required — Target player SteamID64

## Response `200`

OK

- V1AdminGetPlayerBanStatusResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `banStartTime` integer, required
  - `banned` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/steamsets/apis/steamsets-api.md) · [All operations](https://skmtc.net/steamsets/apis/steamsets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steamsets/steamsets-api/versions/f7c45c9ec36a/schema)
