V Rising
API für the-six
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11208059json
{
"response": {
"steam_id": "90284231553680394",
"domain": null,
"id": 11208059,
"ip": "65.108.47.245",
"port": 20340,
"query": 20341,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1775918476,
"score": 0,
"last_online": 1776810116,
"icon": null,
"name": "the-six",
"connect": "65.108.47.245:20340",
"request": "65.108.47.245:20341",
"map": "VRisingWorld",
"gamemode": "fde3165b-4e94-41b2-b72b-8bf2ba0c7dc2",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772700484,
"last_update": 1776810116,
"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": 2261,
"language": "fi",
"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/11208059");
$data = json_decode($json, true);
var_dump($data);