API для WakabaMutsumi
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": 255,
"product": "left4dead2",
"gametype": "coop,empty,gravity,insecure",
"dedicated": true,
"steam_id": "90292812332565535",
"domain": null,
"id": 16511367,
"ip": "206.83.109.205",
"port": 20407,
"query": 20407,
"project_id": null,
"color": 0,
"city": "Токио",
"description": null,
"game": 550,
"boosts": 1,
"last_offline": 1789746153,
"last_online": 1789509602,
"icon": null,
"name": "WakabaMutsumi",
"connect": "206.83.109.205:20407",
"request": "206.83.109.205:20407",
"map": "c2m1_highway",
"gamemode": null,
"version": "2.2.4.3",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": false,
"private": null,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789507884,
"last_update": 1789746153,
"ban_reason": null,
"banned": false,
"hidden": 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": 16778,
"language": "ja",
"parked": false,
"app": {
"id": 11,
"steam_id": 550,
"name": "Left 4 Dead 2",
"url": "left-4-dead-2"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16511367");
$data = json_decode($json, true);
var_dump($data);