This repository provides access to price data for Counter-Strike items via static JSON files. Here's how you can fetch the data:
Note
All prices are listed in euros
You can fetch the latest prices for all items from the following endpoint:
This file contains a JSON object where each key is the market hash name of the item, and the value is its latest steam price.
You can fetch the prices for all items from specific date (since 2025-01-15) from the following endpoint:
Replace {date}
with the date in YYYY-MM-DD format. For example:
Date: 2025-01-15
Endpoint: https://raw.githubusercontent.com/ByMykel/counter-strike-price-tracker/main/static/prices/2025-01-15.json
This file contains a JSON object where each key is the market hash name of the item, and the value is its latest steam price.
To fetch the price history for a specific item, use the following endpoint:
Replace {hash}
with the hashed market hash name of the item. For example:
Item: AWP | Dragon Lore (Factory New)
Hash: 12d095d45089fff0c2e1f689ed7b1f352d087f95
Endpoint: https://raw.githubusercontent.com/ByMykel/counter-strike-price-tracker/main/static/pricehistory/12d095d45089fff0c2e1f689ed7b1f352d087f95.json
This file contains the item's price history as an array of price points.