API для Laky Hun PVE szerver
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "BI:1162,OI:90290093122589717,PP:27374,SF:683,PC_i:0,OS_b:false,ST_i:2,G_s:E2730C764B1204D9F3DFE58B31BB610B",
"os": "w",
"product": "OOTOW",
"region": -1,
"steam_id": "90290093122589717",
"domain": null,
"id": 12727566,
"ip": "46.5.150.66",
"port": 27374,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Bietigheim-Bissingen",
"description": null,
"game": 840800,
"owner": null,
"boosts": 1,
"last_offline": 1785598199,
"last_online": 1785700200,
"icon": null,
"name": "Laky Hun PVE szerver",
"connect": "46.5.150.66:27374",
"request": "46.5.150.66:27015",
"map": "The Old West",
"gamemode": null,
"version": "1.0.62.6592",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785068780,
"last_update": 1785700200,
"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": 25,
"language": "de",
"parked": false,
"app": {
"id": 33375,
"steam_id": 840800,
"name": "Outlaws of the Old West",
"url": "outlaws-of-the-old-west"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12727566");
$data = json_decode($json, true);
var_dump($data);