# Get Game Assets and Images **GET /image** Retrieves in-game images and icons from the Free Fire asset database. This endpoint allows you to fetch various game assets including: - Character avatars and skins - Weapon skins and icons - Items and equipment icons - Badges and banners - Pet images - And more ## 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 - **itemID** (string) The item ID to retrieve the image for ## Responses ### 200: Image 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: image/png (string(binary)) string(binary) ### 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: Image 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)