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/9834964
json
{
  "response": {
    "fps": 67,
    "fps_avg": 66,
    "entities_count": 113670,
    "world_seed": 1094542118,
    "world_size": 4250,
    "steam_id": "90284173675870223",
    "domain": null,
    "id": 9834964,
    "ip": "92.118.19.40",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Dallas",
    "description": "![Chillax PvE | PVP | Raidables | QoL | VIP](https://i.imgur.com/PXv0o5E.jpg)\nFriendly players and noobs welcome! Monthly Wipe. Hybrid PvPvE server with NO OFFLINING.  \r\n\r\n-QoL- 25% upkeep, XL inventory stacks, backpacks, stackable chests, automatic sorting, free minis, free night vision, offline raid protection, skill tree, and more! \r\n-EVENTS- raidable bases, guarded crate events, npc raiders, and Convoy! \r\n-FUN- amusement rides, racing for prizes, gun ranges, mazes, jetpacks, skinbox \r\n-KITS- super affordable VIP kits including personal recyclers, pumpjacks, mining rig, and more!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775817123,
    "score": 0,
    "last_online": 1775881815,
    "icon": null,
    "name": "Chillax PvE | PVP | Raidables | QoL | VIP",
    "connect": "92.118.19.40:28015",
    "request": "92.118.19.40:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1752960366,
    "last_update": 1775881815,
    "banned": false,
    "wipe": 1775158500,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2072,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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