V Rising
API für [SEA] CASA'NOVA | Squads with a Twist | 5X | Apr 17
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10374818json
{
"response": {
"steam_id": "90284569696117771",
"domain": null,
"id": 10374818,
"ip": "74.63.203.26",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Singapore",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776261114,
"score": 0,
"last_online": 1776452435,
"icon": null,
"name": "[SEA] CASA'NOVA | Squads with a Twist | 5X | Apr 17",
"connect": "74.63.203.26:9876",
"request": "74.63.203.26:9877",
"map": "VRisingWorld",
"gamemode": "8ac26584-dfa8-430a-93f0-380819f0843a",
"version": "0.0.0.1",
"numplayers": 10,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 41,
"add_date": 1758620313,
"last_update": 1776452435,
"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": 47,
"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/10374818");
$data = json_decode($json, true);
var_dump($data);