Skip to content
This repository has been archived by the owner on Nov 4, 2018. It is now read-only.

Get the background image from any public Steam profile page

Notifications You must be signed in to change notification settings

martijnrondeel/Steam-Profile-Background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

Steam-Profile-Background

Get the background image from any public Steam profile page (see api dir) through a website (see website dir).

API Usage

Simply send a request to the API with a ?url= parameter.

URL can be:

API Responses

  • 200 Success, returns JSON with fields imageURL and gameName.
  • 404 Not found, returns JSON with error and description for failed request. Possible errors are:
    • INVALID_URL, url was invalid
    • NO_BACKGROUND, profile had no background
    • GAME_NOT_FOUND, game that belongs to wallpaper doesn't exist (will still return image URL)
  • 429 Too many requests, returns JSON with error and description for failed request. Possible errors are:
    • RATELIMIT_EXCEEDED, you sent more than 10 requests in 1 minute/200 requests in a day

Contributing

Please feel free to contribute!

About

Get the background image from any public Steam profile page

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published