API для XX多特055服[4特12秒][重启:0|路程:0%][计时:2847m:15s]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": 4,
"product": "left4dead2",
"gametype": "coop,empty,hidden,secure",
"dedicated": true,
"steam_id": "90291692848972800",
"domain": null,
"id": 14209338,
"ip": "113.68.63.83",
"port": 20005,
"query": 20005,
"project_id": null,
"color": 0,
"city": "Гуанчжоу",
"description": null,
"game": 550,
"owner": null,
"boosts": 1,
"last_offline": 1788386669,
"last_online": 1788014557,
"icon": null,
"name": "XX多特055服[4特12秒][重启:0|路程:0%][计时:2847m:15s]",
"connect": "113.68.63.83:20005",
"request": "113.68.63.83:20005",
"map": "c14m2_lighthouse",
"gamemode": null,
"version": "2.2.4.3",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788012348,
"last_update": 1788386669,
"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": 16942,
"language": "zh",
"parked": false,
"app": {
"id": 11,
"steam_id": 550,
"name": "Left 4 Dead 2",
"url": "left-4-dead-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14209338");
$data = json_decode($json, true);
var_dump($data);