『梦世界』|6.4新档|六人|团队|无权|萌新开黑| için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 107,
"fps_avg": 104,
"entities_count": 113579,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286568978417672",
"domain": null,
"id": 11744578,
"ip": "202.189.23.240",
"port": 20615,
"query": 20617,
"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": 1780518708,
"last_online": 1780548026,
"icon": null,
"name": "『梦世界』|6.4新档|六人|团队|无权|萌新开黑|",
"connect": "202.189.23.240:20615",
"request": "202.189.23.240:20617",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 5,
"maxplayers": 188,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1780518708,
"last_update": 1780548026,
"banned": false,
"wipe": 1780379359,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1149,
"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/11744578");
$data = json_decode($json, true);
var_dump($data);