API для Surf | KSF-style | 100 tick | local
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789924620,
"app": {
"id": 5,
"name": "Counter-Strike: Source",
"steam_id": 240,
"url": "counter-strike-source"
},
"color": null,
"connect": "146.70.144.38:27016",
"country": "PL",
"domain": null,
"game": 240,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16808774,
"ip": "146.70.144.38",
"language": "pl",
"last_update": 1789938671,
"map": "surf_botanica",
"maxplayers": 24,
"name": "Surf | KSF-style | 100 tick | local",
"numplayers": 0,
"official": null,
"points": 30,
"port": 27016,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27016,
"request": "146.70.144.38:27016",
"secured": false,
"status": true,
"steam_id": "90293087116110878",
"version": "11003710",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Варшава",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789935139,
"last_online": 1789938671,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": null,
"wipe_period": null,
"os": "l",
"region": 3,
"product": "cstrike",
"gametype": "alltalk,bunnyhopping,startmoney",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16808774");
$data = json_decode($json, true);
var_dump($data);