Rust
WipeSanctum - 5x/NoBP/NoWB/RaidableBases/Minis के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11261152json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 107573,
"world_seed": 7689,
"world_size": 4000,
"steam_id": "90285649909941273",
"domain": null,
"id": 11261152,
"ip": "38.190.133.193",
"port": 25101,
"query": 25102,
"color": 0,
"city": "Toronto",
"description": "\n<> Blood-soaked Raidable Events <> \r\n<> Dynamic Meteor Showers <> \r\n<> Advanced User Interface <> \r\n<> In-Game Shop + Currency <> \r\n<> TPA / TPR Teleport System <> \r\n<> Streamlined QoL Upgrades <> \r\n<> 5x Resource Harvest <> \r\n<> All Item Skins Unlocked <> \r\n<> Join the Chaos: https://discord.gg/NBHjqrnMz7 <>",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778347940,
"score": 0,
"last_online": 1778594423,
"icon": null,
"name": "WipeSanctum - 5x/NoBP/NoWB/RaidableBases/Minis",
"connect": "38.190.133.193:25101",
"request": "38.190.133.193:25102",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 750,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555221,
"last_update": 1778594423,
"banned": false,
"wipe": 1778347935,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4561,
"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/11261152");
$data = json_decode($json, true);
var_dump($data);