Rising World
API für <color=green><b>Green Valleys</b></color> - <color=yellow>PvE S
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/3444435json
{
"response": {
"steam_id": "90284555098717189",
"domain": null,
"id": 3444435,
"ip": "81.207.50.88",
"port": 4255,
"query": 4254,
"color": 0,
"city": "Utrecht",
"description": "",
"game": 324080,
"owner": null,
"boosts": 1,
"last_offline": 1776300712,
"score": null,
"last_online": 1776436322,
"icon": null,
"name": "<color=green><b>Green Valleys</b></color> - <color=yellow>PvE S",
"connect": "81.207.50.88:4255",
"request": "81.207.50.88:4254",
"map": "Green Valleys",
"gamemode": "Rising World (New Version)",
"version": "202512221",
"numplayers": 2,
"maxplayers": 0,
"bots": 0,
"secured": false,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1710510086,
"last_update": 1776436322,
"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": 10,
"language": "nl",
"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/3444435");
$data = json_decode($json, true);
var_dump($data);