Myth of Empires
90284621766429714 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11487204json
{
"response": {
"steam_id": "90284621766429714",
"domain": null,
"id": 11487204,
"ip": "94.41.188.33",
"port": 11888,
"query": 11889,
"color": 0,
"city": "Orenburg",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1776540156,
"score": 0,
"last_online": 1777562530,
"icon": null,
"name": "90284621766429714",
"connect": "94.41.188.33:11888",
"request": "94.41.188.33:11889",
"map": "LargeTerrain_Central2_Main",
"gamemode": "SG",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774979646,
"last_update": 1777562530,
"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": 163,
"language": "ru",
"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.in/servers/11487204");
$data = json_decode($json, true);
var_dump($data);