[CN] NULLCRAFT.ORG - MAIN के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 63,
"fps_avg": 67,
"entities_count": 117576,
"world_seed": 2084716298,
"world_size": 4500,
"steam_id": "90286192334469130",
"domain": null,
"id": 11261199,
"ip": "222.186.50.78",
"port": 10283,
"query": 10284,
"color": 0,
"city": "Nanjing",
"description": "![[CN] NULLCRAFT.ORG - MAIN](https://s2.loli.net/2025/04/10/lPndf5GSUOV4tAJ.png)\n[ ! ] 本服为公益服务器玩法完全仿官、原版。\r\n[本服规则]\r\n- 和谐游戏\r\n- 禁止侮辱威胁他人等\r\n- 交流群号:866411119\r\n[本服由糖糕云提供技术服务]\r\n- 购买低价高配服务器请认准: https://www.tanggaoyun.com/aff/BKKCXILW",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780606415,
"last_online": 1779881424,
"icon": null,
"name": "[CN] NULLCRAFT.ORG - MAIN",
"connect": "222.186.50.78:10283",
"request": "222.186.50.78:10284",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774555225,
"last_update": 1780606415,
"banned": false,
"wipe": 1778505510,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10492,
"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/11261199");
$data = json_decode($json, true);
var_dump($data);