API для SceneServer_50001
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 14022807,
"np": 0,
"cbs": 0,
"key": "84f14460d7cfa875ed40bc4e914400610fb44aed",
"m_o": -1,
"bgat": 0,
"type": 2,
"cg_id": 1,
"cross": 1,
"f_c_n": 0,
"is_as": 0,
"s_lvl": 60,
"xc_id": 1,
"pl_max": 0,
"s_d_id": 1,
"status": true,
"city_id": 1,
"ds_type": 1,
"has_pwd": 0,
"r_hukou": 20,
"category": 3,
"cross_in": 1,
"is_as_bm": 0,
"map_name": "LargeTerrain_Desert_Main",
"pl_limit": 0,
"pvp_type": 1,
"cross_pvp": 1,
"major_ver": 1,
"maxplayer": 50,
"minor_ver": 128,
"vipserver": 1,
"a_mod_list": "-SteamModList=\"3341174934>0>0.0.0+3226875274>0>0.0.0+3448016683>0>0.0.0\"",
"bp_cluster": "2B6F84004822A494F6704B95A902B5C8",
"s_opentime": 639104289726480000,
"u_passport": 0,
"bigworld_id": 0,
"district_id": 8888,
"r_playernum": 30,
"trueplayers": 0,
"innewbigworld": 0,
"pct_playernum": 0,
"master_version": "1787796148",
"master_category": 3,
"master_time_stamp": "2026-08-27 10:02:28",
"auto_get_ip_by_server": true,
"master_format_version": 2,
"steam_id": null,
"domain": null,
"ip": "109.194.51.17",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Kursk",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1787505774,
"last_online": 1787796148,
"icon": null,
"name": "SceneServer_50001",
"connect": "109.194.51.17:27015",
"request": "109.194.51.17:27015",
"map": "LargeTerrain_Desert_Main",
"gamemode": null,
"version": "1.128",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": false,
"country": "RU",
"votes": 0,
"points": 30,
"add_date": 1787505774,
"last_update": 1787796148,
"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": 180,
"language": "ru",
"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/14022807");
$data = json_decode($json, true);
var_dump($data);