Rusty Bear Hardcore | No Offlines | Noob Friendly | Low Pop के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 90091,
"world_seed": 1337,
"world_size": 3900,
"steam_id": "90286588282460173",
"domain": null,
"id": 11710928,
"ip": "168.100.161.193",
"port": 28015,
"query": 28016,
"color": 0,
"city": "London",
"description": "\nMap Wipe monthly on the first Thursday \r\nDiscord: https://discord.gg/rustybear \r\nMax Team Size: 4 \r\n \r\nModifiers: \r\n• 2x gather | 2x scrap | 2x electricity | 2x sulfur \r\n• 2x turret and bag limit, 2x stack sizes, 2x recycling and smelting \r\n• 50% Upkeep \r\n \r\nPlugins include: \r\n• Minicopters spawns on road \r\n• PVE Events | Airfield Event | Harbour Event | NPC Raidable Bases | Plane Crash \r\n• Drone marketplaces at Fishing Villages & Ranches \r\n• Recyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages \r\n• Map Wipe Polls – vote in Discord \r\n• Leaderboards – in game and online leaderboards \r\n• Active non-playing admins | Hosted on powerful dedicated servers",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780592666,
"last_online": 1780591835,
"icon": null,
"name": "Rusty Bear Hardcore | No Offlines | Noob Friendly | Low Pop",
"connect": "168.100.161.193:28015",
"request": "168.100.161.193:28016",
"map": "discord.gg/rustybear",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 60,
"add_date": 1780300741,
"last_update": 1780592666,
"banned": false,
"wipe": 1778176231,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5872,
"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/11710928");
$data = json_decode($json, true);
var_dump($data);