API for 20/04|Rusty|AU/NZ|3X|Solo|Events|SOLO ONLY

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/349120
json
{
  "response": {
    "fps": 85,
    "fps_avg": 83,
    "entities_count": 88981,
    "world_seed": 185041,
    "world_size": 3750,
    "steam_id": "90284718450455556",
    "domain": null,
    "id": 349120,
    "ip": "103.193.80.44",
    "port": 25215,
    "query": 25216,
    "color": 0,
    "city": "Sydney",
    "description": "![20/04|Rusty|AU/NZ|3X|Solo|Events|SOLO ONLY](http://quarry.dyndns.org/rusty.jpg)\nBiggest modded server Community in Rust since 2014\n- High performance dedicated machines sum up to a smoother Rust experience\n- Custom plugins and Better AntiCheat, unique Events, FAST Support\n- ADULT server management, advanced script and cheat monitoring\n- Skip Queue is available, check VIP section at www.isrusty.net\n- Offline Raid Protection (Check Discord for all details)\n- Group Limits are STRICTLY enforced and closely monitored, guaranteed!\nAlso click the Discord link at the website if you need any help or have any questions!\n\nHave fun!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776676400,
    "score": null,
    "last_online": 1776828618,
    "icon": null,
    "name": "20/04|Rusty|AU/NZ|3X|Solo|Events|SOLO ONLY",
    "connect": "103.193.80.44:25215",
    "request": "103.193.80.44:25216",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 6,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1595670227,
    "last_update": 1776828618,
    "banned": false,
    "wipe": 1776676833,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1008,
    "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/349120");
$data = json_decode($json, true);
var_dump($data);