Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irfanshadikrishad/steam-api
Open Source Steam API to get necessary data from Steam to implement them in your own Web or Mobile Apps. Built on NodeJS.
https://github.com/irfanshadikrishad/steam-api
api nodejs open-source scrapping steam steam-api
Last synced: 3 months ago
JSON representation
Open Source Steam API to get necessary data from Steam to implement them in your own Web or Mobile Apps. Built on NodeJS.
- Host: GitHub
- URL: https://github.com/irfanshadikrishad/steam-api
- Owner: irfanshadikrishad
- License: epl-1.0
- Created: 2024-01-23T15:49:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T00:51:20.000Z (10 months ago)
- Last Synced: 2024-04-07T02:15:43.865Z (10 months ago)
- Topics: api, nodejs, open-source, scrapping, steam, steam-api
- Language: JavaScript
- Homepage: https://irfanshadikrishad.github.io/steam-api/
- Size: 272 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# steam-api
Open Source unofficial Steam API to get necessary data from Steam to implement them in your own Web or Mobile Apps. Built on NodeJS.
#### Why ?
Ofcourse because there is no official steam api by steam itself.
#### How ?
Base url : `https://steam-api-r45u.onrender.com`
Endpoints:
Url
Description
Method
/api/v1/user/:id
To get user information
GET
/api/v1/recent
To get recently released games on steam
GET
/api/v1/popular
To get most popular games on steam
GET
/api/v1/topseller
To get top seller games on steam
GET
The base url here is for demo only, Please clone the repo and host yourself or you will probably have slow response time.