API для Kult der Ewigen
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13994844,
"np": 0,
"key": "a60011239c7d2df4436bf5522273a51f946575d1",
"m_o": -1,
"type": 1,
"is_as": 0,
"s_d_id": 3,
"status": true,
"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": 100,
"minor_ver": 128,
"a_mod_list": "",
"bp_cluster": "BE1E9B5A4BAFB350A01DA9A90A11C404",
"lobby_port": 7000,
"s_opentime": 639233831700900000,
"district_id": 8888,
"r_playernum": 80,
"trueplayers": 0,
"pct_playernum": 0,
"master_version": "1787790745",
"master_category": 3,
"master_time_stamp": "2026-08-27 08:32:25",
"auto_get_ip_by_server": true,
"master_format_version": 2,
"steam_id": null,
"domain": null,
"ip": "88.99.148.48",
"port": 7010,
"query": 7010,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1787788579,
"last_online": 1787790745,
"icon": null,
"name": "Kult der Ewigen",
"connect": "88.99.148.48:7010",
"request": "88.99.148.48:7010",
"map": "Map_Lobby",
"gamemode": null,
"version": "1.128",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": true,
"country": "DE",
"votes": 0,
"points": 30,
"add_date": 1787410948,
"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": 178,
"language": "de",
"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/13994844");
$data = json_decode($json, true);
var_dump($data);