Skip to content

a-sync/steam-json-web-api

Repository files navigation

steam-json-web-api

Web service that returns steam API query results in JSON format

Accepted request query fields

  • appid: steam AppID of game
  • addr: IP of server

Success response

Status 200 application/json
Object. Return value of ISteamApps/GetServerList interface.

Error response

Status 404 application/json
Object. Has a single error field with string value.

Examples

https://steamapi.cloudno.de/?appid=107410&addr=85.190.148.62
https://steamapi.cloudno.de/?appid=107410&addr=149.202.86.84

About

Web service that returns steam API query results in JSON format

Topics

Resources

Stars

Watchers

Forks