Rising World
API für Staywild City (im Aufbau)
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11181409json
{
"response": {
"steam_id": "90284549180315667",
"domain": null,
"id": 11181409,
"ip": "5.249.160.226",
"port": 4260,
"query": 4259,
"color": 0,
"city": "Münster",
"description": null,
"game": 324080,
"owner": null,
"boosts": 1,
"last_offline": 1774990936,
"score": 0,
"last_online": 1776436886,
"icon": null,
"name": "Staywild City (im Aufbau)",
"connect": "5.249.160.226:4260",
"request": "5.249.160.226:4259",
"map": "Staywild New Version",
"gamemode": "Rising World (New Version)",
"version": "202512221",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229729,
"last_update": 1776436886,
"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": 56,
"language": "de",
"parked": false,
"app": {
"id": 4472,
"steam_id": 324080,
"name": "Rising World",
"url": "rising-world"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11181409");
$data = json_decode($json, true);
var_dump($data);