Stormworks: Build and Rescue
API für Roadworks 2 No WS | Race Track Update!
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10330939json
{
"response": {
"steam_id": "90285006898884611",
"domain": null,
"id": 10330939,
"ip": "37.230.138.162",
"port": 25593,
"query": 25594,
"color": 0,
"city": "Solihull",
"description": null,
"game": 573090,
"owner": null,
"boosts": 1,
"last_offline": 1776028337,
"score": 5,
"last_online": 1777250412,
"icon": null,
"name": "Roadworks 2 No WS | Race Track Update!",
"connect": "37.230.138.162:25593",
"request": "37.230.138.162:25594",
"map": "Career",
"gamemode": "Stormworks",
"version": "1.0.0.0",
"numplayers": 9,
"maxplayers": 20,
"bots": 9,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 110,
"add_date": 1758303586,
"last_update": 1777250412,
"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": 1,
"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/10330939");
$data = json_decode($json, true);
var_dump($data);