V Rising
API für Private Server Hobfot
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10493047json
{
"response": {
"steam_id": "90284994864199689",
"domain": null,
"id": 10493047,
"ip": "62.108.193.147",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Sundsvall",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1777635150,
"score": 0,
"last_online": 1777230666,
"icon": null,
"name": "Private Server Hobfot",
"connect": "62.108.193.147:9876",
"request": "62.108.193.147:9877",
"map": "VRisingWorld",
"gamemode": "e0608d20-5108-41d6-b9fc-4e65c1d04f01",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": true,
"country": "SE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1761123421,
"last_update": 1777635150,
"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": 2598,
"language": "sv",
"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/10493047");
$data = json_decode($json, true);
var_dump($data);