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