V Rising
API für [EU-C] Official #1030 Weekend Raid | 3 Month Reset
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9523230json
{
"response": {
"steam_id": "90284562872207384",
"domain": null,
"id": 9523230,
"ip": "23.109.103.156",
"port": 20736,
"query": 20737,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776431604,
"score": 0,
"last_online": 1776454239,
"icon": null,
"name": "[EU-C] Official #1030 Weekend Raid | 3 Month Reset",
"connect": "23.109.103.156:20736",
"request": "23.109.103.156:20737",
"map": "VRisingWorld",
"gamemode": "021969c0-32f7-4e68-987a-2e067311131b",
"version": "0.0.0.1",
"numplayers": 3,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1750536988,
"last_update": 1776454239,
"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": 110,
"language": "nl",
"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/9523230");
$data = json_decode($json, true);
var_dump($data);