API для 柚子茶和菠萝啤#12-群375076264
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": 255,
"product": "left4dead2",
"gametype": "realism,empty,increased_maxplayers,insecure",
"dedicated": true,
"steam_id": "90290548869773324",
"domain": null,
"id": 13630704,
"ip": "141.11.133.154",
"port": 27012,
"query": 27012,
"project_id": null,
"color": 0,
"city": "Tsuen Wan",
"description": null,
"game": 550,
"owner": null,
"boosts": 1,
"last_offline": 1786612077,
"last_online": 1786434000,
"icon": null,
"name": "柚子茶和菠萝啤#12-群375076264",
"connect": "141.11.133.154:27012",
"request": "141.11.133.154:27012",
"map": "宜昌市2(YiChangCity2) [1/4]",
"gamemode": null,
"version": "2.2.4.3",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": null,
"country": "HK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1786368201,
"last_update": 1786612077,
"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": 19631,
"language": "zh",
"parked": false,
"app": {
"id": 11,
"steam_id": 550,
"name": "Left 4 Dead 2",
"url": "left-4-dead-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13630704");
$data = json_decode($json, true);
var_dump($data);