https://github.com/innosan/ksteamapi
API for an web/mobile app for checking prices and profits of the Steam Market items
https://github.com/innosan/ksteamapi
fastapi python render
Last synced: about 2 months ago
JSON representation
API for an web/mobile app for checking prices and profits of the Steam Market items
- Host: GitHub
- URL: https://github.com/innosan/ksteamapi
- Owner: Innosan
- Created: 2023-09-28T20:46:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T09:49:12.000Z (over 2 years ago)
- Last Synced: 2025-12-29T21:25:43.914Z (6 months ago)
- Topics: fastapi, python, render
- Language: Python
- Homepage: https://ksteam-api.onrender.com
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ KSteamAPI
**API for an web/mobile app for checking prices and profits of the Steam Market items**
## Start up project
`uvicorn main:app --reload`
## โน๏ธ Info
The primary goal of this project is to empower CS:GO enthusiasts with a tool that simplifies the process of finding and accessing detailed information about CS:GO items.
In addition to parsing CS:GO market search results, **future** plans for the project include integrating Steam functionality. This will allow users to perform actions such as counting **wishlisted games** within their selected items and viewing the sale prices of items on Steam.
## โ๏ธ Key Features
- Parse CS:GO market search query pages based on user-selected items
- Retrieve detailed information about available items
- Integration with Steam for additional functionality in the future
## โคด๏ธ Routes
- **GET /get-item/{item_title}** - Retrieve all available items matching the given item title
- *(Future)* **GET /steam/wishlist** - Count wishlisted games within user-selected items
- *(Future)* **GET /steam/sale/{item_name}** - Retrieve the sale price of an item on Steam
## ๐ Resources
- [FastAPI Documentation](https://fastapi.tiangolo.com/)
- [CS:GO Market](https://market-old.csgo.com/)
- [Design](https://www.figma.com/file/f1i6azCL75xIw4BViTGiOn/KSteam?type=design&node-id=0%3A1&mode=design&t=XBZxYWcFWZRMHtw0-1)