API для 九明辰
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "7DTD",
"gametype": "PAAAAAgAAp9+EgOkAQWAAQUzHgIEBDKkAQAAAgMDAqQBpAGVAaQBBwABLQCUpAMHAQiAYEEEAKQBwhI=",
"dedicated": false,
"steam_id": "90290427046816781",
"domain": null,
"id": 13549779,
"ip": "182.32.176.251",
"port": 26900,
"query": 26900,
"project_id": null,
"color": 0,
"city": "Jinan",
"description": null,
"game": 251570,
"owner": null,
"boosts": 1,
"last_offline": 1786483324,
"last_online": 1786192800,
"icon": null,
"name": "九明辰",
"connect": "182.32.176.251:26900",
"request": "182.32.176.251:26900",
"map": "Navezgane_UserCopy1",
"gamemode": null,
"version": "01.03.10",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1786158747,
"last_update": 1786483324,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 53687,
"language": "zh",
"parked": false,
"app": {
"id": 49,
"steam_id": 251570,
"name": "7 Days to Die",
"url": "7-days-to-die"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13549779");
$data = json_decode($json, true);
var_dump($data);