Wurm Unlimited
API für Shadows of Amber
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10432178json
{
"response": {
"steam_id": "90284001369136136",
"domain": null,
"id": 10432178,
"ip": "66.165.249.18",
"port": 15000,
"query": 15001,
"color": 0,
"city": "Atlanta",
"description": null,
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1774697547,
"score": 0,
"last_online": 1776007859,
"icon": null,
"name": "Shadows of Amber",
"connect": "66.165.249.18:15000",
"request": "66.165.249.18:15001",
"map": "Ocrea",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759829304,
"last_update": 1776007859,
"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": 59,
"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/10432178");
$data = json_decode($json, true);
var_dump($data);