V Rising
API für Slackers
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9523372json
{
"response": {
"steam_id": "90284723893043206",
"domain": null,
"id": 9523372,
"ip": "45.85.250.96",
"port": 35400,
"query": 35415,
"color": 0,
"city": "Portsmouth",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1772641942,
"score": 0,
"last_online": 1776813047,
"icon": null,
"name": "Slackers",
"connect": "45.85.250.96:35400",
"request": "45.85.250.96:35415",
"map": "VRisingWorld",
"gamemode": "dfe84766-bfd6-4865-ad36-e5d3a02bfa33",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750537002,
"last_update": 1776813047,
"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": 615,
"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/9523372");
$data = json_decode($json, true);
var_dump($data);