Vortex Westland | Monthly | 2x / 1.5x Sulfur | Max Trio | Map 2 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 36175,
"world_seed": 1337,
"world_size": 2600,
"steam_id": "90286617198055426",
"domain": null,
"id": 11606729,
"ip": "65.108.10.160",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Helsinki",
"description": "\nWelcome to Vortex Westland!\r\nNo Mercy. No Trust. Only Survival.\r\n\r\nSERVER FEATURES:\r\n* Wipe Schedule: Monthly\r\n* Max Team Size: 3 (Strict Trio)\r\n* Map Size: 2600 (High Action & PVP)\r\n* Gather Rate: 2x (Less grind)\r\n* Sulfur Rate: 1.5x (Balanced raiding)\r\n\r\nSERVER RULES:\r\n* Max 3 players per team/base/roam. No alliances.\r\n* No cheating, scripting, or exploiting.\r\n* Be respectful in global chat.\r\n\r\nJoin our community and dominate the wipe!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780214634,
"last_online": 1780654229,
"icon": null,
"name": "Vortex Westland | Monthly | 2x / 1.5x Sulfur | Max Trio | Map 2",
"connect": "65.108.10.160:28015",
"request": "65.108.10.160:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915479,
"last_update": 1780654229,
"banned": false,
"wipe": 1780595916,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5161,
"language": "fi",
"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/11606729");
$data = json_decode($json, true);
var_dump($data);