### Get User's Steam Inventory Source: https://csinventoryapi.com/docs Retrieves a user's Steam inventory. This endpoint consumes 5 request points. ```APIDOC ## GET /api/v1/inventory ### Description Get a user's steam inventory. ### Method GET ### Endpoint /api/v1/inventory ### Request Points 5 ``` -------------------------------- ### Get Asset Class Information for Steam Items Source: https://csinventoryapi.com/docs Retrieves asset class information for Steam items. This endpoint consumes 3 request points. ```APIDOC ## POST /api/v2/steam/assets ### Description Get asset class information for Steam items. ### Method POST ### Endpoint /api/v2/steam/assets ### Request Body - **asset_ids** (array) - Required - An array of asset IDs. - **class_id** (string) - Required - The class ID of the asset. - **instance_id** (string) - Required - The instance ID of the asset. ### Request Points 3 ``` -------------------------------- ### Get Inventory Using Trade Link Source: https://csinventoryapi.com/docs Retrieves inventory using a trade link. This endpoint is available for Business/Enterprise plans and consumes 10 request points. ```APIDOC ## GET /api/v2/inventory ### Description Get inventory using trade link (Business/Enterprise only). ### Method GET ### Endpoint /api/v2/inventory ### Request Points 10 ``` -------------------------------- ### Get Steam Player Profile Information Source: https://csinventoryapi.com/docs Retrieves Steam player profile information using a SteamID64. This endpoint consumes 3 request points. ```APIDOC ## GET /api/v2/steam/profile/{steamid64} ### Description Get Steam player profile information. ### Method GET ### Endpoint /api/v2/steam/profile/{steamid64} ### Parameters #### Path Parameters - **steamid64** (string) - Required - The SteamID64 of the player. ### Request Points 3 ``` -------------------------------- ### Retrieve Color Information for Every Known Skin Source: https://csinventoryapi.com/docs Retrieves color information for every known skin. This endpoint consumes 100 request points. ```APIDOC ## GET /api/v2/items/colors/all ### Description Retrieve color information for every known skin. ### Method GET ### Endpoint /api/v2/items/colors/all ### Request Points 100 ``` -------------------------------- ### Retrieve Color Information for a Skin by Market Hash Name Source: https://csinventoryapi.com/docs Retrieves color information for a skin by its market hash name. This endpoint consumes 1 request point. ```APIDOC ## GET /api/v2/items/colors/{market_hash_name} ### Description Retrieve color information for a skin by market hash name. ### Method GET ### Endpoint /api/v2/items/colors/{market_hash_name} ### Parameters #### Path Parameters - **market_hash_name** (string) - Required - The market hash name of the skin. ``` -------------------------------- ### Retrieve Fade Percentage and Ranking Source: https://csinventoryapi.com/docs Retrieves fade percentage and its ranking for a specific paintseed and weapon. This endpoint consumes 1 request point. ```APIDOC ## GET /api/v1/fade ### Description Retrieve fade percentage and its ranking for a specific paintseed and weapon. ### Method GET ### Endpoint /api/v1/fade ### Request Points 1 ``` -------------------------------- ### Retrieve Prices for All Tracked Items Source: https://csinventoryapi.com/docs Retrieves prices from various sources for all tracked items. This endpoint consumes 1 request point. ```APIDOC ## GET /api/v2/prices ### Description Retrieve prices from various sources for all tracked items. ### Method GET ### Endpoint /api/v2/prices ### Request Points 1 ``` -------------------------------- ### Retrieve Item Info from a CS2 Inspect Link Source: https://csinventoryapi.com/docs Retrieves item info from a CS2 inspect link. This endpoint consumes 1 request point. ```APIDOC ## GET /api/v2/items/inspect ### Description Retrieve item info from a CS2 inspect link. ### Method GET ### Endpoint /api/v2/items/inspect ### Request Points 1 ``` -------------------------------- ### Retrieve CS2 Item Information Source: https://csinventoryapi.com/docs Retrieves CS2 item information by ID or market hash name. This endpoint consumes 1 request point. ```APIDOC ## GET /api/v2/items/info ### Description Retrieve CS2 item information by id or market hash name. ### Method GET ### Endpoint /api/v2/items/info ### Query Parameters - **id** (string) - Optional - The item ID. - **market_hash_name** (string) - Optional - The market hash name of the item. ``` -------------------------------- ### Retrieve Price for a Specific Item by Market Hash Name Source: https://csinventoryapi.com/docs Retrieves the price for a specific item using its market hash name. This endpoint consumes 1 request point. ```APIDOC ## GET /api/v2/prices/{market_hash_name} ### Description Retrieve price for a specific item by market hash name. ### Method GET ### Endpoint /api/v2/prices/{market_hash_name} ### Parameters #### Path Parameters - **market_hash_name** (string) - Required - The market hash name of the item. ### Request Points 1 ``` -------------------------------- ### Retrieve Doppler Phase Information by Icon URL Source: https://csinventoryapi.com/docs Retrieves Doppler phase information using an icon URL. This endpoint consumes 1 request point. ```APIDOC ## GET /api/v2/items/dopplers/{icon_url} ### Description Retrieve Doppler phase information by icon URL. ### Method GET ### Endpoint /api/v2/items/dopplers/{icon_url} ### Parameters #### Path Parameters - **icon_url** (string) - Required - The icon URL of the item. ``` -------------------------------- ### Retrieve Prices for All Tracked Items in a Specific Game (DEPRECATED) Source: https://csinventoryapi.com/docs Retrieves prices for all tracked items in a specific game. This endpoint is deprecated and consumes 1 request point. ```APIDOC ## GET /api/v1/prices ### Description Retrieve prices for all tracked items in a specific game. (DEPRECATED) ### Method GET ### Endpoint /api/v1/prices ### Request Points 1 ``` -------------------------------- ### Convert Steam Trade URL to SteamID64 Source: https://csinventoryapi.com/docs Converts a Steam trade URL to a SteamID64. This endpoint consumes 1 request point. ```APIDOC ## GET /api/v2/steam/tradeurl ### Description Convert a Steam trade URL to SteamID64. ### Method GET ### Endpoint /api/v2/steam/tradeurl ### Request Points 1 ``` -------------------------------- ### Retrieve Float Values and Other Item Info Fields (DEPRECATED) Source: https://csinventoryapi.com/docs Retrieves float values and other item info fields. This endpoint is deprecated and consumes 25 request points. ```APIDOC ## GET /api/v1/inspect ### Description Retrieve float values and other item info fields. (DEPRECATED) ### Method GET ### Endpoint /api/v1/inspect ### Request Points 25 ``` -------------------------------- ### Retrieve Price for a Specific Item (DEPRECATED) Source: https://csinventoryapi.com/docs Retrieves the price for a specific item. This endpoint is deprecated and consumes 1 request point. ```APIDOC ## GET /api/v1/prices/{market_hash_name} ### Description Retrieve price for a specific item. (DEPRECATED) ### Method GET ### Endpoint /api/v1/prices/{market_hash_name} ### Parameters #### Path Parameters - **market_hash_name** (string) - Required - The market hash name of the item. ### Request Points 1 ``` -------------------------------- ### Retrieve Doppler Phases for a Specific Item (DEPRECATED) Source: https://csinventoryapi.com/docs Retrieves Doppler phases for a specific item. This endpoint is deprecated and consumes 1 request point. ```APIDOC ## GET /api/v1/doppler ### Description Retrieve Doppler phases for a specific item. (DEPRECATED) ### Method GET ### Endpoint /api/v1/doppler ### Request Points 1 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.