[CN/HK/JP/RU]Sino Rust-Main|Monthly|Premium 1 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 86,
"fps_avg": 88,
"entities_count": 184639,
"world_seed": 1337,
"world_size": 5500,
"steam_id": "90286580947732491",
"domain": null,
"id": 11511486,
"ip": "112.29.108.231",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Guangzhou",
"description": "![[CN/HK/JP/RU]Sino Rust-Main|Monthly|Premium 1](http://download.cnrust.vip/FACE.png)\n欢迎来到Sino Rust腐蚀官方原倍无权限无外挂高级服务器!\r\nWelcome to Sino Rust Official Vanilla Server — no VIP privileges, no cheats, and no pay-to-win advantages\r\n外挂请F7举报,同时F1截图combatlog,入群后找专职管理举报!\r\nPlease report cheaters with F7. Also press F1 to screenshot your combatlog, then join the group and contact the dedicated admins.\r\n服务器同时有管理不定期在线巡查!\r\nAdmins also patrol the server from time to time.\r\n请认准服务器官方群QQ:826239130!\r\nPlease make sure to join the official server QQ group: 826239130//download.cnrust.vip/FACE.png",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780555469,
"last_online": 1780573234,
"icon": null,
"name": "[CN/HK/JP/RU]Sino Rust-Main|Monthly|Premium 1",
"connect": "112.29.108.231:28015",
"request": "112.29.108.231:28017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353850,
"last_update": 1780573234,
"banned": false,
"wipe": 1778180845,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5208,
"language": "zh",
"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/11511486");
$data = json_decode($json, true);
var_dump($data);