API для Double Action: Boogaloo
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "dab",
"gametype": "increased_maxplayers",
"dedicated": false,
"steam_id": "90291249933394974",
"domain": null,
"id": 13853428,
"ip": "74.67.7.17",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Watertown",
"description": null,
"game": 317360,
"owner": null,
"boosts": 1,
"last_offline": 1787422472,
"last_online": 1787176440,
"icon": null,
"name": "Double Action: Boogaloo",
"connect": "74.67.7.17:27015",
"request": "74.67.7.17:27015",
"map": "da_rooftops",
"gamemode": null,
"version": "1.6.0.0",
"numplayers": 0,
"maxplayers": 17,
"bots": 0,
"secured": false,
"private": null,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787176442,
"last_update": 1787422472,
"ban_reason": null,
"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": 122,
"language": "en",
"parked": false,
"app": {
"id": 143,
"steam_id": 317360,
"name": "Double Action: Boogaloo",
"url": "double-action-boogaloo"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13853428");
$data = json_decode($json, true);
var_dump($data);