Wurm Unlimited
API für Terra Nullius (32x skill / 5x timer)
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8305959json
{
"response": {
"steam_id": "90281206700757011",
"domain": null,
"id": 8305959,
"ip": "47.18.195.182",
"port": 3724,
"query": 27016,
"color": 0,
"city": "West Hempstead",
"description": null,
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1770577261,
"score": 0,
"last_online": 1777553543,
"icon": null,
"name": "Terra Nullius (32x skill / 5x timer)",
"connect": "47.18.195.182:3724",
"request": "47.18.195.182:27016",
"map": "Ocrea",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1743323068,
"last_update": 1777553543,
"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": 41,
"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/8305959");
$data = json_decode($json, true);
var_dump($data);