Rising World
API für Default Rising World Server
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7483495json
{
"response": {
"steam_id": "90284541816232971",
"domain": null,
"id": 7483495,
"ip": "5.249.162.58",
"port": 4255,
"query": 4254,
"color": 0,
"city": "Münster",
"description": null,
"game": 324080,
"owner": null,
"boosts": 1,
"last_offline": 1776219114,
"score": 0,
"last_online": 1776425447,
"icon": null,
"name": "Default Rising World Server",
"connect": "5.249.162.58:4255",
"request": "5.249.162.58:4254",
"map": "New World",
"gamemode": "Rising World (New Version)",
"version": "202512221",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739269852,
"last_update": 1776425447,
"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": 14,
"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/7483495");
$data = json_decode($json, true);
var_dump($data);