Stormworks: Build and Rescue
API für [UK] DayZ LOW.MS (Zombie Addon Only)
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/818300json
{
"response": {
"steam_id": "90276531683688459",
"domain": null,
"id": 818300,
"ip": "92.118.16.100",
"port": 25574,
"query": 25575,
"color": 0,
"city": "London",
"description": "",
"game": 573090,
"owner": null,
"boosts": 1,
"last_offline": 1768642262,
"score": null,
"last_online": 1777250448,
"icon": null,
"name": "[UK] DayZ LOW.MS (Zombie Addon Only)",
"connect": "92.118.16.100:25574",
"request": "92.118.16.100:25575",
"map": "Career",
"gamemode": "Stormworks",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684362898,
"last_update": 1777250448,
"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": 13818,
"steam_id": 573090,
"name": "Stormworks: Build and Rescue",
"url": "stormworks-build-and-rescue"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/818300");
$data = json_decode($json, true);
var_dump($data);