# Get Player Information **GET /info** Retrieves comprehensive player information including profile data, rankings, badges, clan membership, pet information, and more. This endpoint provides detailed account information such as: - Basic account details (nickname, level, rank, likes) - Badge and banner information - Clan/guild membership details - Pet information and skills - Equipped items and skins - Credit score and diamond cost - Season statistics **Note**: Make sure to use the correct region code that matches the player's account region. ## 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 - **region** (string) The region code for the player's account: - `sg`: Singapore region (covers SG, ID, ME, VN, TH, CIS, EU, TW, MY, PK, BD) - `ind`: India region (covers IND only) - `br`: Brazil region (covers BR, US, NA, LATAM) - **uid** (string) The unique player User ID (10-12 digits) ## Responses ### 200: Successfully retrieved player information #### 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 - **X-RateLimit-Reset** () The time when the rate limit resets (Unix timestamp) #### Body Parameters: application/json (object) - **basicInfo** (object) Basic player account information - **clanBasicInfo** (object) Player's clan information - **petInfo** (object) Player's equipped pet information - **creditScoreInfo** (object) Player's credit score information ### 400: Bad request - Invalid parameters #### Body Parameters: application/json (object) - **error** (string) - **message** (string) - **status** (integer) ### 401: Unauthorized - Invalid or missing API key #### Body Parameters: application/json (object) - **error** (string) - **message** (string) - **status** (integer) ### 403: Forbidden - API key doesn't have access #### Body Parameters: application/json (object) - **error** (string) - **message** (string) - **status** (integer) ### 429: Too many requests - Rate limit exceeded #### Body Parameters: application/json (object) - **error** (string) - **message** (string) - **status** (integer) ### 500: Internal server error #### Body Parameters: application/json (object) - **error** (string) - **message** (string) - **status** (integer) [Powered by Bump.sh](https://bump.sh)