API for Zenith Evolution V Rising Server
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286466593760269",
"domain": null,
"id": 11543890,
"ip": "85.190.160.198",
"port": 10300,
"query": 10301,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780693406,
"last_online": 1780315953,
"icon": null,
"name": "Zenith Evolution V Rising Server",
"connect": "85.190.160.198:10300",
"request": "85.190.160.198:10301",
"map": "VRisingWorld",
"gamemode": "652d7011-c8c4-46f2-973b-39ff855c7f2f",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779355508,
"last_update": 1780693406,
"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": 4090,
"language": "de",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11543890");
$data = json_decode($json, true);
var_dump($data);