API для [EU] WORLD OF SURVIVORS | KOTH | CONFLICTZONE MAP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "dayz",
"gametype": "battleye,external,privHive,shard123ABC,lqs0,etm12.000000,entm1.000000,mod,17:31",
"dedicated": true,
"steam_id": "90292694753852426",
"domain": null,
"id": 16271816,
"ip": "157.90.208.176",
"port": 2402,
"query": 2403,
"project_id": null,
"color": 0,
"city": "Фалькенштайн",
"description": null,
"game": 221100,
"boosts": 1,
"last_offline": 1789321312,
"last_online": 1789312204,
"icon": null,
"name": "[EU] WORLD OF SURVIVORS | KOTH | CONFLICTZONE MAP",
"connect": "157.90.208.176:2402",
"request": "157.90.208.176:2403",
"map": "ConflictZone",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": null,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789312787,
"last_update": 1789321312,
"ban_reason": null,
"banned": false,
"hidden": 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": 29806,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16271816");
$data = json_decode($json, true);
var_dump($data);