V Rising
API für Sanguinarium (Bloodcraft+)
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10493076json
{
"response": {
"steam_id": "90284721413449738",
"domain": null,
"id": 10493076,
"ip": "31.220.96.122",
"port": 30500,
"query": 30515,
"color": 0,
"city": "Orangeburg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1773261136,
"score": 0,
"last_online": 1776805876,
"icon": null,
"name": "Sanguinarium (Bloodcraft+)",
"connect": "31.220.96.122:30500",
"request": "31.220.96.122:30515",
"map": "VRisingWorld",
"gamemode": "27f8163b-3f02-411d-b3af-117c7460776f",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1761123428,
"last_update": 1776805876,
"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": 1180,
"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/10493076");
$data = json_decode($json, true);
var_dump($data);