[PL/EU] Miodkowo 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 149,
"fps_avg": 146,
"entities_count": 96235,
"world_seed": 1337,
"world_size": 3600,
"steam_id": "90286467126985748",
"domain": null,
"id": 11500909,
"ip": "217.182.203.6",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Wroclaw",
"description": "![[PL/EU] Miodkowo](https://i.imgur.com/ABp3lYH.png)\nNastępny wipe: 04.06.2026, 20:00 \r\n Wielkość mapy: 3600 \r\n Dla początkujących i dla zaawansowanych \r\n Full Wipe w każdy piątek \r\n Czysta Vanilla \r\n Limit grupy: 6 \r\n Codzienny restart serwera: 5:00 \r\n Aktywna, niegrająca administracja \r\n Zapraszamy na Discord \r\n Życzymy miłej gry!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207165,
"last_online": 1780567228,
"icon": null,
"name": "[PL/EU] Miodkowo",
"connect": "217.182.203.6:28015",
"request": "217.182.203.6:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 5,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779207165,
"last_update": 1780567228,
"banned": false,
"wipe": 1780066778,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1692,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11500909");
$data = json_decode($json, true);
var_dump($data);