a-sync / steam-json-web-api

Web service that returns steam API query results in JSON format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 51.5%Language:TypeScript 48.5%