Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-sync/steam-json-web-api
Web service that returns steam API query results in JSON format
https://github.com/a-sync/steam-json-web-api
json steam steam-api web-api
Last synced: 29 days ago
JSON representation
Web service that returns steam API query results in JSON format
- Host: GitHub
- URL: https://github.com/a-sync/steam-json-web-api
- Owner: a-sync
- Created: 2021-12-04T15:00:23.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2023-12-18T15:07:31.000Z (about 1 year ago)
- Last Synced: 2024-11-24T16:56:45.623Z (about 1 month ago)
- Topics: json, steam, steam-api, web-api
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://steamapi.xpaw.me/#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
```