API для Laoyutang牛逼!
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": 4,
"product": "left4dead2",
"gametype": "coop,empty,increased_maxplayers,hidden,insecure",
"dedicated": true,
"steam_id": "90291795491112982",
"domain": null,
"id": 14240916,
"ip": "13.231.145.44",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Токио",
"description": null,
"game": 550,
"owner": null,
"boosts": 1,
"last_offline": 1788403223,
"last_online": 1788117646,
"icon": null,
"name": "Laoyutang牛逼!",
"connect": "13.231.145.44:27015",
"request": "13.231.145.44:27015",
"map": "nanningcity_departure_m1",
"gamemode": null,
"version": "2.2.4.3",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": null,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788116968,
"last_update": 1788403223,
"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": 17218,
"language": "ja",
"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/14240916");
$data = json_decode($json, true);
var_dump($data);