【柒月PVE】仿官原倍|无礼包|5.22开 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 14,
"fps_avg": 12,
"entities_count": 116305,
"world_seed": 788691177,
"world_size": 4500,
"steam_id": "90286570242715668",
"domain": null,
"id": 11639183,
"ip": "111.170.14.48",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Shizishan",
"description": "\n加入我们,开启你的 RUST 传奇\r\n 这里没有 萌新就该被虐 的歪风,只有互帮互助的温暖社区!不管你是第一次拿石头敲树,还是想找队友开黑,都能快速找到归属感~服务器稳定无卡顿!建议加QQ群:777245402",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780520070,
"last_online": 1780601437,
"icon": null,
"name": "【柒月PVE】仿官原倍|无礼包|5.22开",
"connect": "111.170.14.48:28015",
"request": "111.170.14.48:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779917956,
"last_update": 1780601437,
"banned": false,
"wipe": 1779440994,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4943,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11639183");
$data = json_decode($json, true);
var_dump($data);