Stormworks: Build and Rescue
API für AU | Aussieworks | Free Play | discord.aussieworks.xyz
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7868341json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7868341,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"LqZRUMGW28\",\"type\":\"paragraph\",\"data\":{\"text\":\"Aussieworks is an Australian owned and operated stormworks server that was created in early June of 2023. Our staff team focus on bringing the best experience we can provide for our players. For more info about us or for any help or suggestions you can join our discord server at https://discord.aussieworks.xyz\"}}]",
"game": 573090,
"owner": 100106,
"boosts": 1,
"last_offline": 1756334708,
"score": 0,
"last_online": 1752724824,
"icon": null,
"name": "AU | Aussieworks | Free Play | discord.aussieworks.xyz",
"connect": null,
"request": null,
"map": "Career",
"gamemode": "Stormworks",
"version": null,
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1740327670,
"last_update": 1756334708,
"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": 63,
"language": "en",
"parked": true,
"app": {
"id": 13818,
"steam_id": 573090,
"name": "Stormworks: Build and Rescue",
"url": "stormworks-build-and-rescue"
},
"server_owner": {
"username": "chickenmst",
"avatar": "f6677b0e-ff53-4d41-a7ae-e940a31ffaa5.jpg",
"last_online": 1746257922
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7868341");
$data = json_decode($json, true);
var_dump($data);