Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# steam-api

GitHub Repo stars GitHub License GitHub issues

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.