Stormworks: Build and Rescue
API für RSS | 1 | PVP | discord.gg/sw-rss
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10824454json
{
"response": {
"steam_id": "90284994653073438",
"domain": null,
"id": 10824454,
"ip": "87.228.10.209",
"port": 25564,
"query": 25565,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 573090,
"owner": null,
"boosts": 1,
"last_offline": 1776774199,
"score": 0,
"last_online": 1777250543,
"icon": null,
"name": "RSS | 1 | PVP | discord.gg/sw-rss",
"connect": "87.228.10.209:25564",
"request": "87.228.10.209:25565",
"map": "Custom",
"gamemode": "Stormworks",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1767113876,
"last_update": 1777250543,
"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": 32,
"language": "ru",
"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/10824454");
$data = json_decode($json, true);
var_dump($data);