API для [中国官方]1000倍/武器免费升级/死亡不掉/新开/�
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286581762719769",
"domain": null,
"id": 11704396,
"ip": "117.72.8.28",
"port": 10011,
"query": 11011,
"color": 0,
"city": "Chaowai",
"description": "[中国官方]1.开心欢乐,愉快交友 \r\n[中国官方]4.组队无限制,最多4人组队 \r\n[中国官方]3.基础规则,参考官服规则 \r\n[中国官方]4.重启时间,每天早晨6:55;结束7:10 \r\n[中国官方]5. 如有问题请联系QQ群管理: 41599231 \r\n[中国官方]6.祝大家玩的开心!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599869,
"last_online": 1780587032,
"icon": null,
"name": "[中国官方]1000倍/武器免费升级/死亡不掉/新开/�",
"connect": "117.72.8.28:10011",
"request": "117.72.8.28:11011",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780262417,
"last_update": 1780599869,
"banned": false,
"wipe": 1780244911,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12650,
"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/11704396");
$data = json_decode($json, true);
var_dump($data);