API для [HG] 24/7 | HeLLsGamers
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789492073,
"app": {
"id": 5,
"name": "Counter-Strike: Source",
"steam_id": 240,
"url": "counter-strike-source"
},
"color": 0,
"connect": "188.165.6.153:20867",
"country": "FR",
"domain": null,
"game": 240,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16483608,
"ip": "188.165.6.153",
"language": "fr",
"last_update": 1790376108,
"map": "de_chateau",
"maxplayers": 64,
"name": "[HG] 24/7 | HeLLsGamers",
"numplayers": 0,
"official": null,
"points": 0,
"port": 20867,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 20867,
"request": "188.165.6.153:20867",
"secured": true,
"status": false,
"steam_id": "90292801790372870",
"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": 1790376108,
"last_online": 1789495806,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 3073,
"wipe_period": null,
"os": "l",
"region": 3,
"product": "cstrike",
"gametype": "increased_maxplayers,startmoney,bots,bhop",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16483608");
$data = json_decode($json, true);
var_dump($data);