API для [KOR][PVE] HumanitZ to Die Server 24hr 2025.05.10
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286386422294547",
"domain": null,
"id": 11586677,
"ip": "115.137.226.240",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Yongsan-dong",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1780110768,
"last_online": 1780184507,
"icon": null,
"name": "[KOR][PVE] HumanitZ to Die Server 24hr 2025.05.10",
"connect": "115.137.226.240:7777",
"request": "115.137.226.240:27015",
"map": "Main Map",
"gamemode": "HumanitZ",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357356,
"last_update": 1780184507,
"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": 123,
"language": "ko",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11586677");
$data = json_decode($json, true);
var_dump($data);