We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11027704
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11027704,
    "ip": "123.99.198.246",
    "port": 2202,
    "query": 2202,
    "color": 0,
    "city": "Shaoxing",
    "description": null,
    "game": 550,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775476329,
    "score": 0,
    "last_online": 1775751015,
    "icon": null,
    "name": "[趣味]纯净对抗",
    "connect": "123.99.198.246:2202",
    "request": "123.99.198.246:2202",
    "map": "c5m3_cemetery",
    "gamemode": "Left 4 Dead 2",
    "version": "2.2.4.3",
    "numplayers": 8,
    "maxplayers": 8,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 89,
    "add_date": 1769950036,
    "last_update": 1775751015,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 118,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 11,
      "steam_id": 550,
      "name": "Left 4 Dead 2",
      "url": "left-4-dead-2"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11027704");
$data = json_decode($json, true);
var_dump($data);