Myth of Empires
90285132967245829 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11487184json
{
"response": {
"steam_id": "90285132967245829",
"domain": null,
"id": 11487184,
"ip": "188.40.52.247",
"port": 5013,
"query": 5023,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1777481599,
"score": 0,
"last_online": 1777566160,
"icon": null,
"name": "90285132967245829",
"connect": "188.40.52.247:5013",
"request": "188.40.52.247:5023",
"map": "LargeTerrain_Desert_Main",
"gamemode": "SG",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774979646,
"last_update": 1777566160,
"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": 154,
"language": "de",
"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/11487184");
$data = json_decode($json, true);
var_dump($data);