API для !*ВДАЛИ от ЖЁН Livonia*! 1 [PvP] [vk.com/vdzh_PvP]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11732666,
"ip": "89.35.130.92",
"port": 13510,
"query": 36175,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780470415,
"last_online": 1780581021,
"icon": null,
"name": "!*ВДАЛИ от ЖЁН Livonia*! 1 [PvP] [vk.com/vdzh_PvP]",
"connect": "89.35.130.92:13510",
"request": "89.35.130.92:36175",
"map": "enoch",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 121,
"maxplayers": 127,
"bots": 121,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 96,
"add_date": 1780411314,
"last_update": 1780581021,
"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": 1772,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11732666");
$data = json_decode($json, true);
var_dump($data);