API для >DKG< | Party Power Pack (ツ)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "g:occupy,p:custom,t:default,v:2424,pure:2,grp:5513290i,compspec,friendlyfire,noblock,premium,registered",
"os": "l",
"product": "insurgency",
"region": 3,
"steam_id": "90289937967281158",
"domain": null,
"id": 13095264,
"ip": "188.165.6.153",
"port": 30418,
"query": 30418,
"project_id": null,
"color": 0,
"city": "Dublin",
"description": null,
"game": 222880,
"owner": null,
"boosts": 1,
"last_offline": 1785657746,
"last_online": 1785460200,
"icon": null,
"name": ">DKG< | Party Power Pack (ツ)",
"connect": "188.165.6.153:30418",
"request": "188.165.6.153:30418",
"map": "district",
"gamemode": null,
"version": "2.4.2.4",
"numplayers": 0,
"maxplayers": 49,
"bots": 0,
"secured": true,
"private": null,
"country": "IE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785456810,
"last_update": 1785657746,
"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": 2261,
"language": "en",
"parked": false,
"app": {
"id": 13,
"steam_id": 222880,
"name": "Insurgency",
"url": "insurgency"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13095264");
$data = json_decode($json, true);
var_dump($data);