- About The Project
- Built With
- Getting Started
* Prerequisites
* Installation - Usage
- Roadmap
- Contributing
- License
- Acknowledgments
CS2-API-Web is a lightweight web application that allows users to search and retrieve information about CS2 (Counter-Strike 2) market items using the Steam Community Market API. The application provides real-time price data, item images, and market statistics in a clean and user-friendly interface.
- Search items by Steam Market URL
- Display current lowest price
- Show market volume
- View median price
- Display item images
- Cross-origin request handling through proxy
- Clean and responsive interface
This project was developed using:
- HTML5 for structure
- CSS3 for styling and responsive design
- JavaScript (Vanilla) for API integration and data handling
- Steam Community Market API for real-time market data
Repository: github.com/JMF-Alex/CS2-API-Web
No external dependencies or backend required.
Only a web browser (Chrome, Edge, Firefox, etc.).
- Clone the repository:
git clone https://github.com/JMF-Alex/CS2-API-Web.git- Enter the project directory:
cd CS2-API-Web- Open
index.htmlin your browser.
That's it! The application runs entirely client-side.
- Copy a Steam Market item URL (e.g., from a CS2 item listing)
- Paste the URL into the search box
- Click "Search"
- View the item's:
- Current lowest price
- Market volume
- Median price
- Item image
Contributions are welcome!
- Fork the repository
- Create a new branch (
git checkout -b feature/MyFeature) - Commit your changes (
git commit -m "Add new feature") - Push to your branch (
git push origin feature/MyFeature) - Open a Pull Request
Distributed under the MIT License.
See the LICENSE file for more information.
- Base template inspired by Othneil Drew’s Best-README-Template
- Uses the Steam Community Market API
- CORS Proxy service by corsproxy.io
- Developed by JMF-Alex