Myth of Empires
API für [EU/NA]{AWL}PVE-15xALL-NO-WIPE3
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8305019json
{
"response": {
"steam_id": 90285146767497230,
"domain": null,
"id": 8305019,
"ip": "176.9.20.73",
"port": 11900,
"query": 11901,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 1371580,
"owner": null,
"boosts": 1,
"last_offline": 1775952115,
"score": 0,
"last_online": 1777560707,
"icon": null,
"name": "[EU/NA]{AWL}PVE-15xALL-NO-WIPE3",
"connect": "176.9.20.73:11900",
"request": "176.9.20.73:11901",
"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": 1743322626,
"last_update": 1777560707,
"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": 10,
"language": "de",
"parked": false,
"app": {
"id": 1625868,
"steam_id": 1371580,
"name": "Myth of Empires",
"url": "myth-of-empires"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8305019");
$data = json_decode($json, true);
var_dump($data);