API for NORDVIRTUAL.COM AU 3x | Solo/Duo/Trio | Weekly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 218,
"fps_avg": 220,
"entities_count": 93272,
"world_seed": 1,
"world_size": 4000,
"steam_id": "90286465780315156",
"domain": null,
"id": 11645325,
"ip": "51.161.219.51",
"port": 25597,
"query": 25599,
"color": 0,
"city": "North Sydney",
"description": "\nWelcome to Nord Virtual — an AU/OCE 3x Trio Rust server built for competitive PvP, fair rules, clean moderation, and a community worth being part of.\r\n\r\nFEATURES\r\n• 3x gather rates\r\n• Trio max group limit\r\n• Fortnightly map wipes\r\n• Balanced custom loot tables\r\n• Reduced upkeep\r\n• Active admin team\r\n• No pay-to-win kits\r\n• Discord support, reports, appeals, and announcements\r\n• Built for AU/OCE players who want serious Rust without admin abuse or nonsense\r\n\r\nGROUP LIMIT\r\nThis is a Trio server. Maximum group size is 3 players. No secret alliances, no shared bases over the limit, no coordinated raids with outside teams, and no rotating players to dodge the rules.\r\n\r\nRAIDING\r\nRaiding, roaming, counter-raiding, door camping, roof camping, and aggressive PvP are allowed. Admins do not interfere with normal gameplay or recover loot from fair raids.\r\n\r\nCHEATING & EXPLOITS\r\nCheating, scripting, ESP, recoil macros, duping, exploiting, and ban evasion are zero-tolerance issues.\r\n\r\nMONETISATION\r\nNord Virtual is strictly no pay-to-win. We do not sell combat power, raid tools, boosted gather rates, unfair kits, or gameplay advantages.\r\n\r\nCOMMUNITY STANDARD\r\nRust is brutal. Banter and rivalry are part of it, but doxxing, real-world threats, targeted harassment, hate speech, and sexual harassment are not tolerated.\r\n\r\nRaid, roam, grind, rebuild.\r\nFight hard. Respect the fight.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780284848,
"last_online": 1780599634,
"icon": null,
"name": "NORDVIRTUAL.COM AU 3x | Solo/Duo/Trio | Weekly",
"connect": "51.161.219.51:25597",
"request": "51.161.219.51:25599",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177460,
"last_update": 1780599634,
"banned": false,
"wipe": 1780284835,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4987,
"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/11645325");
$data = json_decode($json, true);
var_dump($data);