API for RustGamingNation 1000x PvE [Events|Purge|Zombies|SkillTree]

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/519040
json
{
  "response": {
    "modded": true,
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 105557,
    "world_seed": 36708500,
    "world_size": 4000,
    "steam_id": "90284558373767181",
    "domain": null,
    "id": 519040,
    "ip": "216.39.240.13",
    "port": 28018,
    "query": 28015,
    "color": 0,
    "city": "Ashburn",
    "description": "![RustGamingNation 1000x PvE [Events|Purge|Zombies|SkillTree]](https://i.imgur.com/v502SmH.png)\n1000x Gather • No Raiding • No Killing • Chill PVE\r\n \r\n Features:\r\n - Instant Craft\r\n - Sky & Water Bases\r\n - Raidable NPC Bases\r\n - Custom Build Sites\r\n - Recyclers At Monuments\r\n - Shop, Kits, Events, And More!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776359624,
    "score": null,
    "last_online": 1776424820,
    "icon": null,
    "name": "RustGamingNation 1000x PvE [Events|Purge|Zombies|SkillTree]",
    "connect": "216.39.240.13:28018",
    "request": "216.39.240.13:28015",
    "map": "RustGamingNation Procedural",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 200,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1643496104,
    "last_update": 1776424820,
    "banned": false,
    "wipe": 1776359883,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2463,
    "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/519040");
$data = json_decode($json, true);
var_dump($data);