API для PVE_AMIGUITOS_MOE_27377
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 14023449,
"np": 0,
"key": "eaf068d250b203dd38619333732aba533a5a5ff9",
"type": 2,
"is_as": 0,
"status": false,
"ds_type": 2,
"has_pwd": 1,
"r_hukou": 0,
"category": 1,
"is_as_bm": 0,
"map_name": "LargeTerrain_Desert_Main",
"pvp_type": 1,
"host_data": "",
"major_ver": 1,
"maxplayer": 10,
"minor_ver": 128,
"steamaddr": "",
"a_mod_list": "",
"district_id": 9999,
"r_playernum": 10,
"trueplayers": 0,
"pct_playernum": 0,
"master_version": "1787507570",
"master_category": 1,
"master_time_stamp": "2026-08-24 01:52:50",
"auto_get_ip_by_server": true,
"master_format_version": 2,
"steam_id": null,
"domain": null,
"ip": "186.81.125.1",
"port": 11888,
"query": 11888,
"project_id": null,
"color": 0,
"city": "Pereira",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1787796150,
"last_online": 1787507570,
"icon": null,
"name": "PVE_AMIGUITOS_MOE_27377",
"connect": "186.81.125.1:11888",
"request": "186.81.125.1:11888",
"map": "LargeTerrain_Desert_Main",
"gamemode": null,
"version": "1.128",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": null,
"private": true,
"country": "CO",
"votes": 0,
"points": 0,
"add_date": 1787507580,
"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": 501,
"language": "es",
"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/14023449");
$data = json_decode($json, true);
var_dump($data);