API для GregorixServer
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "BUILDID:0,OWNINGID:90290096015300614,OWNINGNAME:GregorixServer,SESSIONFLAGS:683,P_s:_Goon,G_s:3.0.21.155391-x-x",
"os": "w",
"product": "Icarus",
"region": -1,
"steam_id": "90290096015300614",
"domain": null,
"id": 13230636,
"ip": "81.182.195.27",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Győrújbarát",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1785777961,
"last_online": 1785699000,
"icon": null,
"name": "GregorixServer",
"connect": "81.182.195.27:7777",
"request": "81.182.195.27:27015",
"map": null,
"gamemode": null,
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": null,
"country": "HU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785685450,
"last_update": 1785777961,
"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": 8175,
"language": "hu",
"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/13230636");
$data = json_decode($json, true);
var_dump($data);