API для Surf Gateway » Surf Kill // Americas
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789821964,
"app": {
"id": 3,
"name": "Counter-Strike",
"steam_id": 10,
"url": "counter-strike"
},
"color": 0,
"connect": "188.24.216.199:27212",
"country": "RO",
"domain": null,
"game": 10,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16749204,
"ip": "188.24.216.199",
"language": "ro",
"last_update": 1790458856,
"map": "surf_cybol",
"maxplayers": 32,
"name": "Surf Gateway » Surf Kill // Americas",
"numplayers": 0,
"official": null,
"points": 0,
"port": 27212,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27212,
"request": "188.24.216.199:27212",
"secured": true,
"status": false,
"steam_id": null,
"version": "1.1.2.7/Stdio",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Брэила",
"description": null,
"disabled_modules": [],
"gamemode": "Counter-Strike",
"hidden": false,
"last_offline": 1790458856,
"last_online": 1789860956,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 22780,
"wipe_period": null,
"listentype": "d",
"environment": "w",
"a2s_protocol": 48
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16749204");
$data = json_decode($json, true);
var_dump($data);