API для 【永恒】建筑|UKN竞技|F1刷物资|练飞机|练资源点
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286576878455837",
"domain": null,
"id": 11607142,
"ip": "110.42.47.36",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Ningbo",
"description": "\n欢迎来到【永恒】服务器!\r\n\r\n- 自由建造,F1无限刷物资\r\n- 练习开飞机、建筑,无起步门槛\r\n- UKN射击靶场,极低射击延迟\r\n\r\nQQ群865017351\r\n- Discord社区https://discord.gg/r2Hakdy3",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780584273,
"last_online": 1780584819,
"icon": null,
"name": "【永恒】建筑|UKN竞技|F1刷物资|练飞机|练资源点",
"connect": "110.42.47.36:28015",
"request": "110.42.47.36:28016",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915496,
"last_update": 1780584819,
"banned": false,
"wipe": 1780538143,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5526,
"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.ru/servers/11607142");
$data = json_decode($json, true);
var_dump($data);