V Rising
API für [EU/DE] ProudGameBrothers V+
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9846841json
{
"response": {
"steam_id": "90285729289969694",
"domain": null,
"id": 9846841,
"ip": "144.76.185.230",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1773194530,
"score": 0,
"last_online": 1778764830,
"icon": null,
"name": "[EU/DE] ProudGameBrothers V+",
"connect": "144.76.185.230:9876",
"request": "144.76.185.230:9877",
"map": "VRisingWorld",
"gamemode": "70853442-5894-4778-8138-118b39f0da6e",
"version": "0.0.0.1",
"numplayers": 3,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 39,
"add_date": 1753205387,
"last_update": 1778764830,
"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": 41,
"language": "de",
"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/9846841");
$data = json_decode($json, true);
var_dump($data);