Wurm Unlimited
API für Lords of Kyrandia [NEW] [FRESHSTART]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/1470465json
{
"response": {
"steam_id": "90284919840450579",
"domain": null,
"id": 1470465,
"ip": "172.96.161.175",
"port": 24258,
"query": 24298,
"color": 0,
"city": "Los Angeles",
"description": "",
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1774156929,
"score": null,
"last_online": 1777547486,
"icon": null,
"name": "Lords of Kyrandia [NEW] [FRESHSTART]",
"connect": "172.96.161.175:24258",
"request": "172.96.161.175:24298",
"map": "Heavenord",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1697314522,
"last_update": 1777547486,
"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": 22,
"language": "en",
"parked": false,
"app": {
"id": 155,
"steam_id": 366220,
"name": "Wurm Unlimited",
"url": "wurm-unlimited"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/1470465");
$data = json_decode($json, true);
var_dump($data);