API для [Steam] [-HIDEOUT-] S e r v i d o r [HideoutGaming.]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789182273,
"app": {
"id": 5,
"name": "Counter-Strike: Source",
"steam_id": 240,
"url": "counter-strike-source"
},
"color": 0,
"connect": "181.174.104.2:27015",
"country": "GT",
"domain": null,
"game": 240,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16035487,
"ip": "181.174.104.2",
"language": "es",
"last_update": 1789947000,
"map": "zm_clocks_[zh_edit]",
"maxplayers": 24,
"name": "[Steam] [-HIDEOUT-] S e r v i d o r [HideoutGaming.]",
"numplayers": 0,
"official": null,
"points": 0,
"port": 27015,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27015,
"request": "181.174.104.2:27015",
"secured": true,
"status": false,
"steam_id": "90292610645965841",
"version": "10897846",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Гватемала",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789947000,
"last_online": 1789183201,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 4388,
"wipe_period": null,
"os": "w",
"region": 255,
"product": "cstrike",
"gametype": null,
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16035487");
$data = json_decode($json, true);
var_dump($data);