V Rising
API für A BisectHosting VRising Server - a762b1ce
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11365858json
{
"response": {
"steam_id": "90283121939402778",
"domain": null,
"id": 11365858,
"ip": "169.155.124.99",
"port": 9075,
"query": 9076,
"color": 0,
"city": "Sydney",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1778604138,
"score": 0,
"last_online": 1777801919,
"icon": null,
"name": "A BisectHosting VRising Server - a762b1ce",
"connect": "169.155.124.99:9075",
"request": "169.155.124.99:9076",
"map": "VRisingWorld",
"gamemode": "1aabf067-b6bd-4ca0-a68e-6afc56cd407e",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774595206,
"last_update": 1778604138,
"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": 2493,
"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/11365858");
$data = json_decode($json, true);
var_dump($data);