# Get Craftland Map Information **GET /craftland** Retrieves detailed information about a specific Craftland custom map. ## 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) - **code** (string) The Craftland map code ## Responses ### 200: Map information successfully retrieved #### 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 Parameters: application/json (object) - **map_info** (object) ### 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) ### 404: Map not found ### 429: Too many requests - Rate limit exceeded #### Body Parameters: application/json (object) - **error** (string) - **message** (string) - **status** (integer) [Powered by Bump.sh](https://bump.sh)