Insurgency: Sandstorm
API для warbll SEC Vanilla 30b 120hz Loadout Respawn
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/4491770json
{
"response": {
"steam_id": "90284565291956239",
"domain": null,
"id": 4491770,
"ip": "84.218.36.12",
"port": 27019,
"query": 27020,
"color": 0,
"city": "Stockholm",
"description": "",
"game": 581320,
"owner": null,
"boosts": 1,
"last_offline": 1776398621,
"score": 0,
"last_online": 1776439256,
"icon": null,
"name": "warbll SEC Vanilla 30b 120hz Loadout Respawn",
"connect": "84.218.36.12:27019",
"request": "84.218.36.12:27020",
"map": "LastLight",
"gamemode": "Hardcore Checkpoint",
"version": "1.1.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1716838771,
"last_update": 1776439256,
"banned": 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": 98,
"language": "sv",
"parked": false,
"app": {
"id": 23489,
"steam_id": 581320,
"name": "Insurgency: Sandstorm",
"url": "insurgency-sandstorm"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/4491770");
$data = json_decode($json, true);
var_dump($data);