https://github.com/a-sync/gamedig-json-web-api
Web service that returns gamedig query results in JSON format
https://github.com/a-sync/gamedig-json-web-api
gamedig json web-api
Last synced: 29 days ago
JSON representation
Web service that returns gamedig query results in JSON format
- Host: GitHub
- URL: https://github.com/a-sync/gamedig-json-web-api
- Owner: a-sync
- Created: 2021-12-01T22:37:27.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2023-12-18T15:08:56.000Z (over 2 years ago)
- Last Synced: 2025-03-27T04:43:47.976Z (about 1 year ago)
- Topics: gamedig, json, web-api
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gamedig-json-web-api
Web service that returns gamedig query results in JSON format
## Accepted request query fields
* **type**: gamedig game type
* **host**: domain or IP of server
* port
* requestRules
## Success response
_Status 200 application/json_
Object. Return value of [node-gamedig](https://github.com/a-sync/node-gamedig#return-value) query.
## Error response
_Status 404 application/json_
Object. Has a single `error` field with string value.
## Examples
```
https://gamedig.cloudno.de/?type=arma3&host=arma.coalitiongroup.net&port=2313
https://gamedig.cloudno.de/?type=arma3&host=eu.fridaynightfight.org&requestRules=1
```