API для #2 VirtuousGamers.net - Ranked Matching - [Sweden]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": 3,
"product": "hl2mp",
"gametype": "compspec,gravity,HLstatsX:CE,increased_maxplayers,noblock,registered",
"dedicated": true,
"steam_id": "90292005939214360",
"domain": null,
"id": 14297802,
"ip": "94.23.173.248",
"port": 29002,
"query": 29002,
"project_id": null,
"color": 0,
"city": "Прага",
"description": null,
"game": 320,
"boosts": 1,
"last_offline": 1789153355,
"last_online": 1788313594,
"icon": null,
"name": "#2 VirtuousGamers.net - Ranked Matching - [Sweden]",
"connect": "94.23.173.248:29002",
"request": "94.23.173.248:29002",
"map": "dm_steamlab",
"gamemode": null,
"version": "10889068",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": null,
"country": "CZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788309534,
"last_update": 1789153355,
"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": 442,
"language": "cs",
"parked": false,
"app": {
"id": 1,
"steam_id": 320,
"name": "Half-Life 2: Deathmatch",
"url": "half-life-2-deathmatch"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14297802");
$data = json_decode($json, true);
var_dump($data);