API for HavocRust.gg - 10x Chaos One Grid | No BPs | Loot++

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/11018272
json
{
  "response": {
    "fps": 57,
    "fps_avg": 59,
    "entities_count": 5776,
    "world_seed": 1,
    "world_size": 1500,
    "steam_id": "90284193493031961",
    "domain": null,
    "id": 11018272,
    "ip": "168.100.163.205",
    "port": 29015,
    "query": 29016,
    "color": 0,
    "city": "Dallas",
    "description": "![HavocRust.gg - 10x Chaos One Grid | No BPs | Loot++](https://i.imgur.com/YPnk2Vc.png)\nWelcome To HavocRust.gg - 10x Chaos One Grid | No BPs | Loot++!\r\n- Relaunch of our Old Servers! Lets Revive One Grids!\r\n\r\n> Group Limit: Trio (3) - No Exceptions!\r\n> Wipe Schedule: Mondays & Fridays @ 3PM EST U.S Timezone\r\n> Blueprints: Wipe Monthly On Force Wipe\r\n> 10x Gather/Loot , Faster Recycling , Faster Crafting\r\n\r\nHavocRust.gg Perks:\r\n- Custom Maps, New Monuments, and a Unique Playstyle\r\n- High Performance Servers & DDOS Protected\r\n- Active Staff & Constant Updates\r\n\r\nCheck Out Our Store & Support The Server:\r\n@ www.HavocRust.tebex.io",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": 0,
    "last_online": 1775899814,
    "icon": null,
    "name": "HavocRust.gg - 10x Chaos One Grid | No BPs | Loot++",
    "connect": "168.100.163.205:29015",
    "request": "168.100.163.205:29016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1769944481,
    "last_update": 1775899814,
    "banned": false,
    "wipe": 1775845743,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2594,
    "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/11018272");
$data = json_decode($json, true);
var_dump($data);