Wurm Unlimited
API für Sitheil Islands PVE 7x/5x, whiteListed - apply to join
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10682175json
{
"response": {
"steam_id": "90285015871405083",
"domain": null,
"id": 10682175,
"ip": "138.199.57.169",
"port": 15000,
"query": 15001,
"color": 0,
"city": "Toronto",
"description": null,
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1774861930,
"score": 0,
"last_online": 1777554107,
"icon": null,
"name": "Sitheil Islands PVE 7x/5x, whiteListed - apply to join",
"connect": "138.199.57.169:15000",
"request": "138.199.57.169:15001",
"map": "SithielIslands",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 232,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1764584188,
"last_update": 1777554107,
"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": 54,
"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/10682175");
$data = json_decode($json, true);
var_dump($data);