API для GuberX Gaming - (v560.3)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": ",OWNINGID:90288852947765259,OWNINGNAME:90288852947765259,NUMOPENPUBCONN:80,P2PADDR:90288852947765259,P2PPORT:9048,NONATLAS_i:0",
"os": "w",
"product": "atlas",
"region": -1,
"steam_id": "90288852947765259",
"domain": null,
"id": 11576961,
"ip": "96.54.222.72",
"port": 9048,
"query": 30048,
"project_id": null,
"color": 0,
"city": "Courtenay",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1784016828,
"last_online": 1784059949,
"icon": null,
"name": "GuberX Gaming - (v560.3)",
"connect": "96.54.222.72:9048",
"request": "96.54.222.72:30048",
"map": "Ocean",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779356852,
"last_update": 1784059949,
"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": 93,
"language": "en",
"parked": false,
"app": {
"id": 23488,
"steam_id": 834910,
"name": "ATLAS",
"url": "atlas"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11576961");
$data = json_decode($json, true);
var_dump($data);