Back to catalog
🎮

Steam

API Key

Steam Web API documentation

🎮Games & ComicsHTTPS

Counter-Strike 2

Steam Store API

DeveloperValve
PriceFree to Play
Current Players842,316
Peak Today1,253,740
Metacritic Score83

Sample Response

response.json
1{
2 "appid": 730,
3 "name": "Counter-Strike 2",
4 "developer": "Valve",
5 "publisher": "Valve",
6 "price": "Free to Play",
7 "current_players": 842316,
8 "peak_today": 1253740,
9 "metacritic_score": 83,
10 "release_date": "2023-09-27"
11}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://steamapi.xpaw.me/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs