API для NewMOE
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 14109377,
"np": 1,
"key": "74a53630cd94723e94e68e314d53268658680199",
"type": 2,
"is_as": 0,
"status": true,
"ds_type": 2,
"has_pwd": 0,
"r_hukou": 0,
"category": 1,
"is_as_bm": 0,
"map_name": "LargeTerrain_Desert_Main",
"pvp_type": 1,
"host_data": "",
"major_ver": 1,
"maxplayer": 27,
"minor_ver": 128,
"steamaddr": "",
"a_mod_list": "",
"district_id": 9999,
"r_playernum": 27,
"trueplayers": 0,
"pct_playernum": 0,
"master_version": "1787790745",
"master_category": 1,
"master_time_stamp": "2026-08-27 08:32:25",
"auto_get_ip_by_server": true,
"master_format_version": 2,
"steam_id": "90291634461201419",
"domain": null,
"ip": "194.163.157.75",
"port": 28700,
"query": 28715,
"project_id": null,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1787775150,
"last_online": 1787790745,
"icon": null,
"name": "NewMOE",
"connect": "194.163.157.75:28700",
"request": "194.163.157.75:28715",
"map": "LargeTerrain_Desert_Main",
"gamemode": null,
"version": "1.128",
"numplayers": 0,
"maxplayers": 27,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"votes": 0,
"points": 30,
"add_date": 1787775150,
"last_update": 1787790745,
"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": 196,
"language": "fr",
"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/14109377");
$data = json_decode($json, true);
var_dump($data);