『雪世界』|6.2新档|独狼|双人|14点档|新手首选| için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 92,
"fps_avg": 93,
"entities_count": 119376,
"world_seed": 1337,
"world_size": 4250,
"steam_id": 90286526322773000,
"domain": null,
"id": 11744577,
"ip": "202.189.23.240",
"port": 52015,
"query": 52021,
"color": 0,
"city": "Beijing",
"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": 1780604060,
"last_online": 1780590031,
"icon": null,
"name": "『雪世界』|6.2新档|独狼|双人|14点档|新手首选|",
"connect": "202.189.23.240:52015",
"request": "202.189.23.240:52021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780518708,
"last_update": 1780604060,
"banned": false,
"wipe": 1780121136,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12921,
"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/11744577");
$data = json_decode($json, true);
var_dump($data);