『大花猫PVE』玩法多-乐趣多-武直-坦克-合成 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286569620552704",
"domain": null,
"id": 11261091,
"ip": "103.91.208.216",
"port": 16999,
"query": 17000,
"color": 0,
"city": "Jinan",
"description": "\n1.任务系统,超多副本,升级刷怪,召唤个人超级武直,超级坦克\r\n\r\n2.【入门简单】【长久耐玩】【养老圣地】【服主常在】\r\n\r\n3.【各种BOSS】【突袭基地】【合成超武】【强化升级】\r\n\r\n4.【礼包多多】【老手不腻】【新手刺激】【玩法超多】\r\n\r\n5.领取礼包,开黑组队,学习新玩法,玩家交流,QQ群:677086274",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780567468,
"last_online": 1780581043,
"icon": null,
"name": "『大花猫PVE』玩法多-乐趣多-武直-坦克-合成",
"connect": "103.91.208.216:16999",
"request": "103.91.208.216:17000",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555218,
"last_update": 1780581043,
"banned": false,
"wipe": 1780254746,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4464,
"language": "zh",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11261091");
$data = json_decode($json, true);
var_dump($data);