API для Vanguard Tactical Solutions | Training/Operations
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90289717221660688",
"domain": null,
"id": 12835202,
"ip": "216.245.176.249",
"port": 2306,
"query": 2307,
"project_id": null,
"color": 0,
"city": "Chicago",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1785159785,
"last_online": 1785409828,
"icon": null,
"name": "Vanguard Tactical Solutions | Training/Operations",
"connect": "216.245.176.249:2306",
"request": "216.245.176.249:2307",
"map": "dagger_island_summer",
"gamemode": "Vanguard%20Tactical%20Solutions%20%7c%20Camp%20Dagger%20Trainin",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785159785,
"last_update": 1785409828,
"ban_reason": null,
"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": 4312,
"language": "en",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12835202");
$data = json_decode($json, true);
var_dump($data);