V Rising
API für [EU] Cozy Grove | No Wipe | Standart PVE
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11449061json
{
"response": {
"steam_id": "90284884647955457",
"domain": null,
"id": 11449061,
"ip": "170.23.138.81",
"port": 24475,
"query": 24476,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776300113,
"score": 0,
"last_online": 1778604036,
"icon": null,
"name": "[EU] Cozy Grove | No Wipe | Standart PVE",
"connect": "170.23.138.81:24475",
"request": "170.23.138.81:24476",
"map": "VRisingWorld",
"gamemode": "cc84159c-9b4d-4bb2-8826-215712efef1e",
"version": "0.0.0.1",
"numplayers": 1,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1774977960,
"last_update": 1778604036,
"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": 118,
"language": "de",
"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/11449061");
$data = json_decode($json, true);
var_dump($data);