API for [US] Panda Rust | 2x | Vanilla | Solo Duo Trio Quad | 4/15

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10741159
json
{
  "response": {
    "fps": 96,
    "fps_avg": 96,
    "entities_count": 84682,
    "world_seed": 1373841399,
    "world_size": 3250,
    "steam_id": "90284419658561562",
    "domain": null,
    "id": 10741159,
    "ip": "91.229.114.4",
    "port": 28017,
    "query": 28015,
    "color": 0,
    "city": "Chicago",
    "description": "![[US] Panda Rust | 2x | Vanilla | Solo Duo Trio Quad | 4/15](https://i.imgur.com/IV2bPll.png)\n[US] Panda Rust 2x Quad \r\n\r\nTeam limit 4\r\nCustom events (Convoy, Armored Train , Guess The Number)\r\nExclusive Plugins (Free VIP, Skill Tree, Voice chat rewards, Fast Monument Respawns)\r\nQuality of life addons (Shared BP's, Fast Nights, Quick Smelt, Building workbench)\r\nMini's spawn on roads\r\nBoats spawn on shores\r\n\r\nOffline raid protection between 1 AM EST to 4 PM EST (can still raid online players, 30 minute cooldown after logging off)\r\n\r\nWipes twice a week on Saturday's and Wednesday's at 4 PM EST\r\nBP's Wipes monthly.\r\n\r\nAll rules and other information can be found in our discord here >> discord.gg/pandarust \r\nPurchase VIP at store.pandarust.com or click View Webpage",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772737345,
    "score": 0,
    "last_online": 1776325811,
    "icon": null,
    "name": "[US] Panda Rust | 2x | Vanilla | Solo Duo Trio Quad | 4/15",
    "connect": "91.229.114.4:28017",
    "request": "91.229.114.4:28015",
    "map": "Wiped 11 Hours Ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 86,
    "maxplayers": 375,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 79,
    "add_date": 1766250802,
    "last_update": 1776325811,
    "banned": false,
    "wipe": 1776282963,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 335,
    "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/10741159");
$data = json_decode($json, true);
var_dump($data);