V Rising
API für Vampiras
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11449402json
{
"response": {
"steam_id": "90284542513147925",
"domain": null,
"id": 11449402,
"ip": "135.148.172.157",
"port": 27673,
"query": 27674,
"color": 0,
"city": "Hudson",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1775068934,
"score": 0,
"last_online": 1776792119,
"icon": null,
"name": "Vampiras",
"connect": "135.148.172.157:27673",
"request": "135.148.172.157:27674",
"map": "VRisingWorld",
"gamemode": "bfddb31d-6184-4536-9647-0ba07f5ce1c1",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774977972,
"last_update": 1776792119,
"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": 2896,
"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/11449402");
$data = json_decode($json, true);
var_dump($data);