API для HENALYP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "BUILDID:0,OWNINGID:90289941082520601,OWNINGNAME:HENALYP,SESSIONFLAGS:683,P_s:Lobby,G_s:3.0.21.155201-x-x",
"os": "w",
"product": "Icarus",
"region": -1,
"steam_id": "90289941082520601",
"domain": null,
"id": 12115942,
"ip": "211.228.54.186",
"port": 17777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Dong-gu",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1785777959,
"last_online": 1785640200,
"icon": null,
"name": "HENALYP",
"connect": "211.228.54.186:17777",
"request": "211.228.54.186:27015",
"map": null,
"gamemode": null,
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": null,
"country": "KR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783801961,
"last_update": 1785777959,
"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": 10512,
"language": "ko",
"parked": false,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12115942");
$data = json_decode($json, true);
var_dump($data);