Myth of Empires
90285146480973852 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11180497json
{
"response": {
"steam_id": "90285146480973852",
"domain": null,
"id": 11180497,
"ip": "46.47.44.175",
"port": 48327,
"query": 48325,
"color": 0,
"city": "Moscow",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1776675203,
"score": 0,
"last_online": 1777563675,
"icon": null,
"name": "90285146480973852",
"connect": "46.47.44.175:48327",
"request": "46.47.44.175:48325",
"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": 1772229612,
"last_update": 1777563675,
"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": 106,
"language": "ru",
"parked": false,
"app": {
"id": 1625868,
"steam_id": 1371580,
"name": "Myth of Empires",
"url": "myth-of-empires"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11180497");
$data = json_decode($json, true);
var_dump($data);