V Rising
API für Elderwood
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10511942json
{
"response": {
"steam_id": "90284552592460825",
"domain": null,
"id": 10511942,
"ip": "154.26.153.79",
"port": 31700,
"query": 31715,
"color": 0,
"city": "Sydney",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776344025,
"score": 0,
"last_online": 1776452466,
"icon": null,
"name": "Elderwood",
"connect": "154.26.153.79:31700",
"request": "154.26.153.79:31715",
"map": "VRisingWorld",
"gamemode": "6476a529-a056-4a41-812b-be97315557eb",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1761422582,
"last_update": 1776452466,
"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": 1256,
"language": "en",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10511942");
$data = json_decode($json, true);
var_dump($data);