Skip to content

bkcsoft/steam-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Fetcher

Small HTTP Service that searches for Steam-apps and returns their app-id and name (since SteamAPI doesn't have a search function)

Endpoints

  • /search?name={query}

Searches for an App

Params

name - string What do you think it does?!

Response

{
	"apps": [
		{
			"appid": integer,
			"name": string
		}
	]
}

About

HTTP Service for searching Steam Apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages