API для Predators Livonia MEDIUM| ONLY PvP| QUEST SYSTEM| SKILLS
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "dayz",
"gametype": "battleye,external,privHive,shardABC123,lqs0,etm9.600000,entm5.000000,mod,19:24",
"dedicated": true,
"steam_id": "90291808922851350",
"domain": null,
"id": 14211919,
"ip": "185.158.114.21",
"port": 33772,
"query": 56238,
"project_id": null,
"color": 0,
"city": "Москва",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1788020039,
"last_online": 1788022727,
"icon": null,
"name": "Predators Livonia MEDIUM| ONLY PvP| QUEST SYSTEM| SKILLS",
"connect": "185.158.114.21:33772",
"request": "185.158.114.21:56238",
"map": "enoch",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 0,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1788020039,
"last_update": 1788022727,
"ban_reason": "server.ban_reasons.fake_server_data",
"banned": true,
"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": null,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14211919");
$data = json_decode($json, true);
var_dump($data);