Myth of Empires
API для 90285032768702494
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10768523json
{
"response": {
"steam_id": "90285032768702494",
"domain": null,
"id": 10768523,
"ip": "134.255.218.147",
"port": 27273,
"query": 27274,
"color": 0,
"city": "Münster",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1777565546,
"score": 0,
"last_online": 1777308130,
"icon": null,
"name": "90285032768702494",
"connect": "134.255.218.147:27273",
"request": "134.255.218.147:27274",
"map": "LargeTerrain_Central2_Main",
"gamemode": "SG",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766262863,
"last_update": 1777565546,
"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": 184,
"language": "de",
"parked": false,
"app": {
"id": 1625868,
"steam_id": 1371580,
"name": "Myth of Empires",
"url": "myth-of-empires"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10768523");
$data = json_decode($json, true);
var_dump($data);