Skip to content

mattkuo/steam-market-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Market Lookup

A Python-Flask server for getting prices of items on the Steam market. Deployable to Heroku.

Resources

/listings/<int:app_id>/<item:string>

GET - Gets the 10 most recent item prices from the steam market

{
  "success": "...",
  "app_name": "...",
  "items": [
    {
      "id": "...",
      "price": "..."
    }
  ]
}

About

API for looking up item prices on steam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages