Wurm Unlimited
API für Alveron (PVE/4k Map/1x/1x)
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/1470389json
{
"response": {
"steam_id": "90285024259881988",
"domain": null,
"id": 1470389,
"ip": "178.128.32.76",
"port": 3724,
"query": 27016,
"color": 0,
"city": "Slough",
"description": "",
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1777275203,
"score": null,
"last_online": 1777547432,
"icon": null,
"name": "Alveron (PVE/4k Map/1x/1x)",
"connect": "178.128.32.76:3724",
"request": "178.128.32.76:27016",
"map": "Alveron",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 41,
"add_date": 1697314511,
"last_update": 1777547432,
"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": 9,
"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/1470389");
$data = json_decode($json, true);
var_dump($data);