小虎鲸6.1号|18点新档|四人游玩 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 47,
"fps_avg": 50,
"entities_count": 78188,
"world_seed": 1337,
"world_size": 3800,
"steam_id": "90286468967405590",
"domain": null,
"id": 11606978,
"ip": "43.249.192.254",
"port": 27015,
"query": 27017,
"color": 0,
"city": "Jinan",
"description": "\n本服纯净无权/有权死个妈\r\n限制四人/超员规则以群公告为准\r\n管理在线\r\n外挂全队封禁/宏ban个人-狡辩者全队ban\r\n百分之90的制作时间\r\n一级台默认解锁.删除垃圾战利品物资\r\n举报请去KOOK Q群:一群22733949 二群736495655",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780633453,
"last_online": 1780617630,
"icon": null,
"name": "小虎鲸6.1号|18点新档|四人游玩",
"connect": "43.249.192.254:27015",
"request": "43.249.192.254:27017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915490,
"last_update": 1780633453,
"banned": false,
"wipe": 1780293140,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11871,
"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/11606978");
$data = json_decode($json, true);
var_dump($data);