Rising World
API für Julia LetsPlays GTX-RW-Welt German!
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/3444417json
{
"response": {
"steam_id": "90284541648011276",
"domain": null,
"id": 3444417,
"ip": "141.95.49.102",
"port": 4255,
"query": 4254,
"color": 0,
"city": "Limburg an der Lahn",
"description": "",
"game": 324080,
"owner": null,
"boosts": 1,
"last_offline": 1773551529,
"score": null,
"last_online": 1776436250,
"icon": null,
"name": "Julia LetsPlays GTX-RW-Welt German!",
"connect": "141.95.49.102:4255",
"request": "141.95.49.102:4254",
"map": "Julia LetsPlays RW-Welt",
"gamemode": "Rising World (New Version)",
"version": "202512211",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1710510084,
"last_update": 1776436250,
"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": 8,
"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/3444417");
$data = json_decode($json, true);
var_dump($data);