API для SSAB Conan polare
JSON для программ, сайтов и прочего
text
json
{
"response": {
"S0": false,
"S4": 0.01,
"S7": 1,
"S8": 1,
"Sa": false,
"Sf": 0,
"Sg": 6,
"Sl": 2,
"Sy": 0,
"Sz": 1.5,
"CSF": 0,
"S05": false,
"S15": 0,
"S17": "13:0\n3719965485\n3721036709\n3741684658\n3765743138\n3756625046\n3720629472\n3733878158\n3730427175\n3755371705\n3720904511",
"S21": 0.1,
"S22": 1,
"S23": 0.1,
"S24": 1,
"S25": false,
"S30": 0,
"S115": 0.5,
"S117": false,
"S118": 0.5,
"S119": false,
"S120": "",
"S122": true,
"S125": true,
"guid": "0ca5cf597b87d116da107f401f8b7e56",
"kdsUri": "https://todo",
"buildId": 376069,
"dedicated": false,
"serverUID": "0ca5cf597b87d116da107f401f8b7e56",
"steam_id": null,
"domain": null,
"id": 14284417,
"ip": "95.214.55.86",
"port": 25614,
"query": 25566,
"project_id": null,
"color": 0,
"city": "Варшава",
"description": null,
"game": 440900,
"boosts": 1,
"last_offline": 1789566203,
"last_online": 1789748427,
"icon": null,
"name": "SSAB Conan polare",
"connect": "95.214.55.86:25614",
"request": "95.214.55.86:25566",
"map": "ConanSandbox",
"gamemode": "Conan Exiles",
"version": "376069",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": true,
"country": "PL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1788286391,
"last_update": 1789748427,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5627,
"language": "pl",
"parked": false,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14284417");
$data = json_decode($json, true);
var_dump($data);