API для 90288670915449856
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "BUILDID:0,OWNINGID:90288670915449856,OWNINGNAME:90288670915449856,SESSIONFLAGS:552,MATCHTIMEOUT_f:120.000000,GameMode_s:SG",
"os": "w",
"product": "MOE",
"region": -1,
"steam_id": "90288670915449856",
"domain": null,
"id": 11945134,
"ip": "173.16.83.13",
"port": 45645,
"query": 45655,
"project_id": null,
"color": 0,
"city": "Columbus",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1784125966,
"last_online": 1784100146,
"icon": null,
"name": "90288670915449856",
"connect": "173.16.83.13:45645",
"request": "173.16.83.13:45655",
"map": "LargeTerrain_Central2_Main",
"gamemode": "SG",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783771533,
"last_update": 1784125966,
"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": 366,
"language": "en",
"parked": false,
"app": {
"id": 1625868,
"steam_id": 1371580,
"name": "Myth of Empires",
"url": "myth-of-empires"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11945134");
$data = json_decode($json, true);
var_dump($data);