API for [IDN/SEA] RUST BEAST 2X ASIA SOLO/DUO/TRIO WEEKLY

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11435966
json
{
  "response": {
    "fps": 214,
    "fps_avg": 205,
    "entities_count": 63285,
    "world_seed": 75159654,
    "world_size": 3500,
    "steam_id": "90284746533094427",
    "domain": null,
    "id": 11435966,
    "ip": "51.79.214.143",
    "port": 29599,
    "query": 29600,
    "color": 0,
    "city": "Singapore",
    "description": "![[IDN/SEA]  RUST BEAST 2X ASIA SOLO/DUO/TRIO WEEKLY](https://i.imgur.com/YC3kS6W.jpeg)\nWELCOME TO RUST BEAST ASIA 2X\r\n2X VANILLA+ OPTIMIZED BALANCED LOOT\r\nSHARED BPs\r\nEXTENDED WORKBENCH RANGE\r\nCLANS\r\nDAILY EVENTS ACTIVITIES\r\nEARN INGAME CURRENCY FOR PLAYING\r\nWEEKLY WIPE\r\nADDITIONAL CUSTOM ANTI-CHEATS\r\nACTIVE ADMIN\r\nTRIPLE DDOS PROTECTION",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776791001,
    "score": 0,
    "last_online": 1776852623,
    "icon": null,
    "name": "[IDN/SEA]  RUST BEAST 2X ASIA SOLO/DUO/TRIO WEEKLY",
    "connect": "51.79.214.143:29599",
    "request": "51.79.214.143:29600",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977214,
    "last_update": 1776852623,
    "banned": false,
    "wipe": 1776702887,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5365,
    "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/11435966");
$data = json_decode($json, true);
var_dump($data);