Myth of Empires
API для 90284169286113292
Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10884461json
{
"response": {
"steam_id": "90284169286113292",
"domain": null,
"id": 10884461,
"ip": "108.213.52.242",
"port": 7010,
"query": 7020,
"color": 0,
"city": "San Antonio",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1775736723,
"score": 0,
"last_online": 1775836249,
"icon": null,
"name": "90284169286113292",
"connect": "108.213.52.242:7010",
"request": "108.213.52.242:7020",
"map": "Map_Lobby",
"gamemode": "SG",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768321285,
"last_update": 1775836249,
"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": 99,
"language": "en",
"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/10884461");
$data = json_decode($json, true);
var_dump($data);