『云世界』|6.4新档|独狼|双人|新手村|萌新友好| için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286545379943442",
"domain": null,
"id": 11731566,
"ip": "45.125.44.60",
"port": 22015,
"query": 22021,
"color": 0,
"city": "Jinan",
"description": "欢迎来到云世界服务器\r\n\r\n我们为每位玩家提供无权、纯净、公平的游戏环境拒绝不正当手段,确保每场对决充满挑战。\r\n\r\n服务器特色:无权限、公平:所有玩家平等对待。严格查挂:打击外挂、鼠标宏等作弊行为。纯净环境:保留RUST原汁原味,回归生存挑战。联系方式:\r\n\r\nQQ群 1012571149,加入获取更多信息。\r\n\r\n真心热爱RUST的你,欢迎加入云世界!\r\n\r\n感谢大家的支持与配合!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780567467,
"last_online": 1780582832,
"icon": null,
"name": "『云世界』|6.4新档|独狼|双人|新手村|萌新友好|",
"connect": "45.125.44.60:22015",
"request": "45.125.44.60:22021",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 12,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1780411271,
"last_update": 1780582832,
"banned": false,
"wipe": 1780393737,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 870,
"language": "zh",
"parked": false,
"app": {
"id": 252490,
"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/11731566");
$data = json_decode($json, true);
var_dump($data);