API for SmartRust | Main | NoobFriendly | Monthly | EU | No BP Wipes
JSON for programs, websites and more
text
json
{
"response": {
"fps": 215,
"fps_avg": 214,
"entities_count": 67529,
"world_seed": 1337,
"world_size": 3500,
"steam_id": 90286997811960850,
"domain": null,
"id": 11781562,
"ip": "171.22.77.244",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Amsterdam",
"description": "Welcome to SmartRust | Main | NoobFriendly!\r\n!! Read the rules on our Discord before you play !!\r\nMonthly Map Wipes - No BP Wipes\r\n\r\nServer:\r\n- EU Region | EAC Secure\r\n- 1x Vanilla Gather Rates & Stack Sizes\r\n\r\nNoobFriendly Quality of Life:\r\n- Passive animals (relaxed survival)\r\n- MEGA Outpost: Bandit Camp + Ranch (buy horses) + Airwolf + 10 recyclers\r\n- Recyclers & Airwolf at Fishing Villages\r\n- Low upkeep - pay only 25%\r\n- Minicopters spawn on the roads\r\n- Cooking stations at monuments\r\n\r\nCompanion app & info: smartrust.app\r\nDaily restart at 09:00 CET / 08:00 UK for performance",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781376777,
"last_online": 1781427635,
"icon": null,
"name": "SmartRust | Main | NoobFriendly | Monthly | EU | No BP Wipes",
"connect": "171.22.77.244:28015",
"request": "171.22.77.244:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781376777,
"last_update": 1781427635,
"banned": false,
"wipe": 1781344481,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6133,
"language": "nl",
"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/11781562");
$data = json_decode($json, true);
var_dump($data);