Rust
API for Nexus Rust 2.0 | Solo/Duo | Monthly | No BP Wipes
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11260628json
{
"response": {
"fps": 50,
"fps_avg": 49,
"entities_count": 98040,
"world_seed": 2015896561,
"world_size": 4250,
"steam_id": "90285728237324293",
"domain": null,
"id": 11260628,
"ip": "185.172.175.236",
"port": 28025,
"query": 28026,
"color": 0,
"city": "City of London",
"description": "\nNexus Rust is officially BACK!\r\nReady to make a name for yourself in the wilderness?\r\nDiscord: discord.gg/NexusRustUK\r\n\r\n| MAIN SERVER FEATURES |\r\n\r\n> Max Team Limits: 2\r\n>Monthly Map Wipes\r\n> No Blueprint Wipes\r\n> 50% Less Upkeep\r\n> Remover Tool Access\r\n> Custom Anticheat\r\n> Custom Anti-Teaming System\r\n> Professional Staff Team\r\n> 99.9% Lag Free Environment",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778724773,
"score": 0,
"last_online": 1778782219,
"icon": null,
"name": "Nexus Rust 2.0 | Solo/Duo | Monthly | No BP Wipes",
"connect": "185.172.175.236:28025",
"request": "185.172.175.236:28026",
"map": "WWW.NEXUSRUST.CO.UK",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1774555199,
"last_update": 1778782219,
"banned": false,
"wipe": 1778691366,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1920,
"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/11260628");
$data = json_decode($json, true);
var_dump($data);