API для GuberX Gaming - (v560.3)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": ",OWNINGID:90288852946519051,OWNINGNAME:90288852946519051,NUMOPENPUBCONN:80,P2PADDR:90288852946519051,P2PPORT:9022,NONATLAS_i:0",
"os": "w",
"product": "atlas",
"region": -1,
"steam_id": "90288852946519051",
"domain": null,
"id": 11576957,
"ip": "96.54.222.72",
"port": 9022,
"query": 30022,
"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:9022",
"request": "96.54.222.72:30022",
"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": 38,
"add_date": 1779356851,
"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": 81,
"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/11576957");
$data = json_decode($json, true);
var_dump($data);