Uranus.gg US 5x Weekly | small one grid | Modded | 6/4 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 59,
"entities_count": 20887,
"world_seed": 1337,
"world_size": 2800,
"steam_id": "90286608977438721",
"domain": null,
"id": 11004981,
"ip": "209.205.225.3",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Ashburn",
"description": "\nUranus Servers (X5 Small - WIPES Every Thursday) \r\n\r\n-5x speed for Recycler, Crafting, Airdrops, Gather\r\n-Start with a free placable recycler and test generator for your base.\r\n-No Trash - Custom Loot\r\n-BPs Unlocked for Free\r\n-Free skinbox \r\n-Free water bases.\r\n-Free Supply Grenade every 30 min\r\n-No Turret limit\r\n-Team limit is 4 \r\n-Free Full kit with tommy every 30 min and other free kits. \r\n-Place down your own quarries and pumpjacks for free (You can craft survey charges). \r\n-Other free plugins including: Sort button, Auto furnace splitter, Sign artist, Building Grades, Trade, Team TC-Turret-lock Auth. \r\n-Other server features: Skip night, Custom Loot, Cars Spawn With Parts, Buy Cards at Safezones, boats dont drift to shore. \r\n-Safezones have: Airwolf \r\n\r\n-We Love What We do, come play and have fun.. for free! \r\n-client.connect 157.254.169.201:28015\r\n\r\n-- Read about rules with /rules chat command",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780605030,
"icon": null,
"name": "Uranus.gg US 5x Weekly | small one grid | Modded | 6/4",
"connect": "209.205.225.3:28015",
"request": "209.205.225.3:28016",
"map": "uranus.gg/discord",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1769939049,
"last_update": 1780605030,
"banned": false,
"wipe": 1780597051,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2508,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11004981");
$data = json_decode($json, true);
var_dump($data);