Rust
Nexus - EU 10x | No BPs | Kits | Shop के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11158591json
{
"response": {
"fps": 13,
"fps_avg": 13,
"entities_count": 314403,
"world_seed": 2021591642,
"world_size": 4500,
"steam_id": "90285729536763925",
"domain": null,
"id": 11158591,
"ip": "87.106.211.232",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Paris",
"description": "\nTHE NEXT LEVEL OF MODDED RUST\r\n\r\nNexus offers the most refined 5x and 10x experience. All modifications are custom-engineered to promote non-stop PVP, seamless raiding and pure quality of life.\r\n\r\nWIPE SCHEDULE:\r\nMonday & Friday @6PM CET\r\nStore: store.nexus-rust.com\r\n\r\nSERVER FEATURES:\r\n- No Blueprints & Instant Craft\r\n- Extremely optimized Loot Tables (No Junk)\r\nCustomized Performance Plugins (Lag-Free)\r\n-Dedicated Anti-Cheat & Active Staff\r\n\r\nJoin our community and dominate the scene\r\nDiscord: discord.gg/nexus-rust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778727777,
"score": 0,
"last_online": 1778791822,
"icon": null,
"name": "Nexus - EU 10x | No BPs | Kits | Shop",
"connect": "87.106.211.232:28015",
"request": "87.106.211.232:28017",
"map": "discord.gg/nexus-rust",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228113,
"last_update": 1778791822,
"banned": false,
"wipe": 1775993241,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4242,
"language": "fr",
"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/11158591");
$data = json_decode($json, true);
var_dump($data);