V Rising
API für Apex Hosting Vampire Server
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/6006990json
{
"response": {
"steam_id": "90284701773793294",
"domain": null,
"id": 6006990,
"ip": "172.240.227.92",
"port": 25637,
"query": 25638,
"color": 0,
"city": "San Jose",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776801804,
"score": 0,
"last_online": 1776786632,
"icon": null,
"name": "Apex Hosting Vampire Server",
"connect": "172.240.227.92:25637",
"request": "172.240.227.92:25638",
"map": "VRisingWorld",
"gamemode": "58ff299d-3403-4361-a4d6-50c36b4b4059",
"version": "0.0.0.1",
"numplayers": 6,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 12,
"add_date": 1727395479,
"last_update": 1776801804,
"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": 2909,
"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/6006990");
$data = json_decode($json, true);
var_dump($data);