API dla #7[坚果]10X Home/Kit/萌新/公益服/月清
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 68,
"fps_avg": 62,
"entities_count": 131353,
"world_seed": 1917451390,
"world_size": 4250,
"steam_id": "90286574628160521",
"domain": null,
"id": 11261080,
"ip": "103.91.211.33",
"port": 38088,
"query": 38015,
"color": 0,
"city": "Jinan",
"description": "【坚果】帮助:聊天窗口输入/help\r\n【坚果】交流群:749543730\r\n【坚果】10倍,硫磺原倍,不限制人数,严查外挂和违规者\r\n【坚果】专业运营全自动化管理\r\n【坚果】更多详情请点击“访问网页”登录坚果官网",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780567468,
"last_online": 1780597237,
"icon": null,
"name": "#7[坚果]10X Home/Kit/萌新/公益服/月清",
"connect": "103.91.211.33:38088",
"request": "103.91.211.33:38015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555218,
"last_update": 1780597237,
"banned": false,
"wipe": 1778198807,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3212,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11261080");
$data = json_decode($json, true);
var_dump($data);