CrypticRedHats Public Branch Development Server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 41,
"fps_avg": 43,
"entities_count": 104940,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286603693945872",
"domain": null,
"id": 11677299,
"ip": "83.151.204.153",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Reading",
"description": "\nThis server runs the latest public Rust branch and is dedicated to developing and testing systems under the NexCore brand — including PatchPost, AntiCheat, OfflineRaidLimiter, and more. Expect frequent updates, experimental features, and ongoing development.\r\n\r\n⚠️ Whitelist Only\r\nAccess is restricted. To request access, please contact us via Discord: discord.crypticredhat.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780531461,
"last_online": 1780606832,
"icon": null,
"name": "CrypticRedHats Public Branch Development Server",
"connect": "83.151.204.153:28015",
"request": "83.151.204.153:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216201,
"last_update": 1780606832,
"banned": false,
"wipe": 1780595440,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5512,
"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/11677299");
$data = json_decode($json, true);
var_dump($data);