Rusty Barracuda| No PvP |Learning Server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 98,
"fps_avg": 97,
"entities_count": 140530,
"world_seed": 22134,
"world_size": 5000,
"steam_id": "90286611804895234",
"domain": null,
"id": 11159941,
"ip": "66.42.118.153",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Elk Grove Village",
"description": "\nWelcome to Rusty Barracuda PvE Learning Server!\r\n\nPvE Raidable Bases\r\n\nShooting Gallery, Sniper Range, Escape Room, and DDR Raidable Bases\r\n\nEasy, Medium and Hard Raid Bases built to teach you to raid.\r\n\nExpert and Nightmare Raid Bases will challenge seasoned players.\r\n\nRaidable Bases built using strategy (not just a bunch of turrets).\r\n\nUpKeep 10% of Vanilla\r\n\nRemover Tool\r\n\nFilled water catchers on deploy Type /H2O to activate.\r\n\nStack Sizes modified in a way that fits the server best.\r\n\nSign Artist, Furnace Splitter, Stackable Boxes, Ammo HUD, Scrap Bank, Inbound, Loot Defender, Night Lantern, Skins, Vehicle Deployed Locks and much more...\r\n\nEVENTS\r\n\nDifferent skill level events from Newbie to Seasoned Vet\r\n\nAirField Event, Cargoplane Crash, Scavenger Hunt, Abandoned Cabins Event, Arctic Research Event, Launchsite Event, Satellite Dish Event, Sewer Branch Event, Junkyard Event, Jungle Ziggurat Event\r\n\nHeli's are modified, indestructible and have lockable storage\r\n\nType /firefly for minicopter speed boost\r\n\nType /fireflysh for scrappy speed boost\r\n\nLearn to fly on the Rusty Barracuda",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780654231,
"icon": null,
"name": "Rusty Barracuda| No PvP |Learning Server",
"connect": "66.42.118.153:28015",
"request": "66.42.118.153:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228147,
"last_update": 1780654231,
"banned": false,
"wipe": 1780595757,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4183,
"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/11159941");
$data = json_decode($json, true);
var_dump($data);