API для 90288907764597780
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "BUILDID:0,OWNINGID:90288907764597780,OWNINGNAME:90288907764597780,SESSIONFLAGS:552,MATCHTIMEOUT_f:120.000000,GameMode_s:SG",
"os": "l",
"product": "MOE",
"region": -1,
"steam_id": "90288907764597780",
"domain": null,
"id": 12277823,
"ip": "203.168.252.182",
"port": 7005,
"query": 27005,
"project_id": null,
"color": 0,
"city": "Tsuen Wan",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1784094237,
"last_online": 1784125958,
"icon": null,
"name": "90288907764597780",
"connect": "203.168.252.182:7005",
"request": "203.168.252.182:27005",
"map": "Map_Public",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": null,
"country": "HK",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1783925597,
"last_update": 1784125958,
"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": 251,
"language": "zh",
"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/12277823");
$data = json_decode($json, true);
var_dump($data);