API для 白苏
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "AjwAAAAQAAKqqAMSqAKIAweAAQMpBwAEBDKkAQAAAAAArASsBKQBpAEHAAgtAJSkAwcBCIBgQUHSAg==",
"os": "w",
"product": "7DTD",
"region": -1,
"steam_id": "90289658392163352",
"domain": null,
"id": 12758992,
"ip": "182.127.136.104",
"port": 26900,
"query": 26900,
"project_id": null,
"color": 0,
"city": "Zhengzhou",
"description": null,
"game": 251570,
"owner": null,
"boosts": 1,
"last_offline": 1785096118,
"last_online": 1785103200,
"icon": null,
"name": "白苏",
"connect": "182.127.136.104:26900",
"request": "182.127.136.104:26900",
"map": "Navezgane",
"gamemode": null,
"version": "01.01.04",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": null,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785096118,
"last_update": 1785103200,
"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": 18137,
"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": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12758992");
$data = json_decode($json, true);
var_dump($data);