API for ManicRust UK PVE |Procedural Map|RaidBases|Events|Skill Tree|

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/5664237
json
{
  "response": {
    "fps": 54,
    "fps_avg": 56,
    "entities_count": 185156,
    "world_seed": 1723615955,
    "world_size": 4500,
    "steam_id": "90284798581142544",
    "domain": null,
    "id": 5664237,
    "ip": "51.195.229.133",
    "port": 28234,
    "query": 28235,
    "color": 0,
    "city": "City of London",
    "description": "![ManicRust UK PVE |Procedural Map|RaidBases|Events|Skill Tree|](https://manicrust.nn.pe/pics/manicrustnewbannerserver.png)\n                              ▶Purge Last 10hrs Before Force Wipe◀\n\n▼SERVER FEATURES▼\n☑JetPacks, Streets Bradleys, Bradley Guards, Helicopter Tiers\n☑Skybases, Raidable Sky Bases Water Bases, Events, Custom Crafting, \n☑Space Event, Backpacks, Remove tool, Teleports, Trade\n☑Kits, Skill Tree, Home Recycler, NightVision, Chest Stacks, RP Shop\n\n✔Server will reboot at 05:30 BST this is to keep the server lag free & smooth\n\n✔The last wipe was on Thursday 2/4\nThe map size is 4500 and the seed is 1723615955",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776835995,
    "score": 0,
    "last_online": 1776859219,
    "icon": null,
    "name": "ManicRust UK PVE |Procedural Map|RaidBases|Events|Skill Tree|",
    "connect": "51.195.229.133:28234",
    "request": "51.195.229.133:28235",
    "map": "Wipe in: 15d 6h",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1723803469,
    "last_update": 1776859219,
    "banned": false,
    "wipe": 1775152218,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1873,
    "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/5664237");
$data = json_decode($json, true);
var_dump($data);