API для ELKHAL666
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 14021895,
"np": 0,
"key": "b796856398896d5b09e87fdf764a052bfa38299a",
"m_o": -1,
"type": 1,
"is_as": 0,
"s_d_id": 1,
"status": false,
"ds_type": 1,
"has_pwd": 1,
"r_hukou": 20,
"category": 3,
"is_as_bm": 0,
"map_name": "Map_Lobby",
"pvp_type": 0,
"major_ver": 1,
"maxplayer": 10000,
"minor_ver": 128,
"a_mod_list": "-SteamModList=\"3448016683>0>0.0.0\"",
"bp_cluster": "D41780614F8934F6DA1A75AABB199CE8",
"lobby_port": 7000,
"s_opentime": 639231075982710000,
"district_id": 8888,
"r_playernum": 9980,
"trueplayers": 0,
"pct_playernum": 0,
"master_version": "1787518946",
"master_category": 3,
"master_time_stamp": "2026-08-24 05:02:26",
"auto_get_ip_by_server": true,
"master_format_version": 2,
"steam_id": null,
"domain": null,
"ip": "137.175.247.128",
"port": 7010,
"query": 7010,
"project_id": null,
"color": 0,
"city": "Montreal",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1787796150,
"last_online": 1787518946,
"icon": null,
"name": "ELKHAL666",
"connect": "137.175.247.128:7010",
"request": "137.175.247.128:7010",
"map": "Map_Lobby",
"gamemode": null,
"version": "1.128",
"numplayers": 0,
"maxplayers": 10000,
"bots": 0,
"secured": null,
"private": true,
"country": "CA",
"votes": 0,
"points": 0,
"add_date": 1787503388,
"last_update": 1787796150,
"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": 500,
"language": "en",
"parked": false,
"app": {
"id": 1625868,
"steam_id": 1371580,
"name": "Myth of Empires",
"url": "myth-of-empires"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14021895");
$data = json_decode($json, true);
var_dump($data);