a-sync / gamedig-json-web-api

Web service that returns gamedig query results in JSON format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

About

Web service that returns gamedig query results in JSON format


Languages

Language:JavaScript 51.3%Language:TypeScript 48.7%