API для [FR] [PVE] Warfall - Les Bannis Enhanced
JSON для программ, сайтов и прочего
text
json
{
"response": {
"S0": false,
"S4": 1,
"S5": false,
"S6": 0.5,
"S7": 0,
"S8": 1,
"Sa": false,
"Sb": 0.5,
"Sf": 0,
"Sl": 1,
"So": 900,
"Sx": 10,
"Sy": 0,
"Sz": 1,
"CSF": 0,
"S05": true,
"S15": 0,
"S17": "23:0\n3722388367\n3743231341\n3743236033\n3724540700\n3730517412\n3722132350\n3721177576\n3734199233\n3731474693\n3775039607\n",
"S20": 300,
"S21": 0.5,
"S22": 1,
"S23": 0.5,
"S24": 1,
"S25": false,
"S30": 0,
"S115": 0.5,
"S117": false,
"S118": 0.5,
"S119": false,
"S120": "",
"S122": true,
"S124": 0.5,
"guid": "acc365c80a98f22563a251588c4c3425",
"kdsUri": "https://todo",
"buildId": 373655,
"dedicated": false,
"serverUID": "acc365c80a98f22563a251588c4c3425",
"steam_id": null,
"domain": null,
"id": 13877725,
"ip": "109.220.154.28",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Toulouse",
"description": null,
"game": 440900,
"owner": null,
"boosts": 1,
"last_offline": 1787902228,
"last_online": 1787998941,
"icon": null,
"name": "[FR] [PVE] Warfall - Les Bannis Enhanced",
"connect": "109.220.154.28:7777",
"request": "109.220.154.28:27015",
"map": "ConanSandbox",
"gamemode": "Conan Exiles",
"version": "373655",
"numplayers": 20,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1787261017,
"last_update": 1787998941,
"ban_reason": null,
"banned": 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": 18,
"language": "fr",
"parked": false,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13877725");
$data = json_decode($json, true);
var_dump($data);