# Check Player Ban Status **GET /bancheck** Checks if a Free Fire player account is currently banned or has an active ban period. ## Servers - Production API Server (Version 1): https://developers.freefirecommunity.com/api/v1 (Production API Server (Version 1)) ## Authentication methods - Api key auth ## Parameters ### Headers - **x-api-key** (string) Your API key from the developer portal (Header method - Recommended). **Alternative**: You can also pass the API key as a query parameter `?key=your_api_key` ### Query parameters - **uid** (string) The unique player User ID (10-12 digits) - **lang** (string) Language for the response ## Responses ### 200 Ban check completed successfully #### Headers - **X-RateLimit-Limit** () The maximum number of requests allowed in the current time window - **X-RateLimit-Remaining** () The number of requests remaining in the current time window #### Body: application/json (object) - **status** (string) - **data** (object) ### 400 Bad request - Invalid parameters #### Body: application/json (object) - **error** (string) - **message** (string) - **status** (integer) ### 401 Unauthorized - Invalid or missing API key #### Body: application/json (object) - **error** (string) - **message** (string) - **status** (integer) ### 429 Too many requests - Rate limit exceeded #### Body: application/json (object) - **error** (string) - **message** (string) - **status** (integer) [Powered by Bump.sh](https://bump.sh)