Skip to content

ByMykel/counter-strike-price-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

counter-strike-price-tracker

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


Latest Prices

You can fetch the latest prices for all items from the following endpoint:

https://raw.githubusercontent.com/ByMykel/counter-strike-price-tracker/main/static/prices/latest.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.


Prices from specific date

You can fetch the prices for all items from specific date (since 2025-01-15) from the following endpoint:

https://raw.githubusercontent.com/ByMykel/counter-strike-price-tracker/main/static/prices/{date}.json

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.


Specific Item Price History

To fetch the price history for a specific item, use the following endpoint:

https://raw.githubusercontent.com/ByMykel/counter-strike-price-tracker/main/static/pricehistory/{hash}.json

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.


About

Track Counter-Strike 2 prices.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •