Small HTTP Service that searches for Steam-apps and returns their app-id and name (since SteamAPI doesn't have a search function)
/search?name={query}
Searches for an App
name - string
What do you think it does?!
{
"apps": [
{
"appid": integer,
"name": string
}
]
}