API для [KR] 한국 독도 서버 | Korea DOKDO Server |
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936526904",
"domain": null,
"id": 12606178,
"ip": "49.247.202.179",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Gwangmyeong",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1784985154,
"last_online": 1785195484,
"icon": "https://imgur.com/kE6y4R4.png",
"name": "[KR] 한국 독도 서버 | Korea DOKDO Server |",
"connect": "49.247.202.179:27015",
"request": "49.247.202.179:27015",
"map": "Russia",
"gamemode": "PVP | 2X Loot | HOME | Kits | TPA",
"version": "3.26.3.4",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1784985154,
"last_update": 1785195484,
"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": 1924,
"language": "ko",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12606178");
$data = json_decode($json, true);
var_dump($data);