Squad 44
API для Gebatron Gaming's Proving Grounds - S44 Campus 24/7 Range
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/4164746json
{
"response": {
"steam_id": "90284407706391572",
"domain": null,
"id": 4164746,
"ip": "45.45.238.193",
"port": 15027,
"query": 15037,
"color": 0,
"city": "Chicago",
"description": "",
"game": 736220,
"owner": null,
"boosts": 1,
"last_offline": 1776013936,
"score": 0,
"last_online": 1776417723,
"icon": null,
"name": "Gebatron Gaming's Proving Grounds - S44 Campus 24/7 Range",
"connect": "45.45.238.193:15027",
"request": "45.45.238.193:15037",
"map": "Arnhem Range",
"gamemode": "Training",
"version": "v2.6.1.566911",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1714989231,
"last_update": 1776417723,
"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": 10,
"language": "en",
"parked": false,
"app": {
"id": 19973,
"steam_id": 736220,
"name": "Squad 44",
"url": "squad-44"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/4164746");
$data = json_decode($json, true);
var_dump($data);