An unofficial JSON API for Counter-Strike 2 in multiples languages. List of skins, cases, stickers, collections, collectibles, agents, graffiti, keys, patches and music kits.
Ran it to validate that it works. Here is an example item from the new keychains.json:
{
"id": "keychain-1",
"name": "Charm | Lil' Ava",
"description": "This charm can be attached to any weapon you own. Each attached charm can be detached by using a Charm Detachment. Detached charms will be returned to your inventory.",
"rarity": {
"id": "rarity_rare",
"name": "High Grade",
"color": "#4b69ff"
},
"market_hash_name": "Charm | Lil' Ava",
"image": "https://raw.githubusercontent.com/ByMykel/counter-strike-image-tracker/main/static/panorama/images/econ/keychains/missinglink/kc_missinglink_ava_png.png"
}
Ran it to validate that it works. Here is an example item from the new
keychains.json
: